Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
409
FGuid UDlgContext::GetNodeGUIDForIndex(int32 NodeIndex) const
410
{
411
return Dialogue ? Dialogue->GetNodeGUIDForIndex(NodeIndex) : FGuid{};
412
}
413
414
int32 UDlgContext::GetNodeIndexForGUID(const FGuid& NodeGUID) const
415
{
Callers
1
HandleNodeEnter
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected