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

Method GetNodeGUIDForIndex

Source/DlgSystem/Private/DlgContext.cpp:409–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409FGuid UDlgContext::GetNodeGUIDForIndex(int32 NodeIndex) const
410{
411 return Dialogue ? Dialogue->GetNodeGUIDForIndex(NodeIndex) : FGuid{};
412}
413
414int32 UDlgContext::GetNodeIndexForGUID(const FGuid& NodeGUID) const
415{

Callers 1

HandleNodeEnterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected