MCPcopy Create free account
hub / github.com/NotYetGames/DlgSystem / IsValidNodeGUID

Method IsValidNodeGUID

Source/DlgSystem/Private/DlgContext.cpp:404–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

GetNodeFromGUIDMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected