| 402 | } |
| 403 | |
| 404 | bool UDlgContext::IsValidNodeGUID(const FGuid& NodeGUID) const |
| 405 | { |
| 406 | return Dialogue ? Dialogue->IsValidNodeGUID(NodeGUID) : false; |
| 407 | } |
| 408 | |
| 409 | FGuid UDlgContext::GetNodeGUIDForIndex(int32 NodeIndex) const |
| 410 | { |
no outgoing calls
no test coverage detected