Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MothCocoon/FlowGraph
/ GetFlowAsset
Method
GetFlowAsset
Source/FlowEditor/Private/Graph/FlowGraph.cpp:136–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
}
135
136
UFlowAsset* UFlowGraph::GetFlowAsset() const
137
{
138
return GetTypedOuter<UFlowAsset>();
139
}
140
141
void UFlowGraph::ValidateAsset(FFlowMessageLog& MessageLog)
142
{
Callers
10
InitiateSearch
Method · 0.45
BuildPaths
Method · 0.45
CreateNode
Method · 0.45
RecreateNode
Method · 0.45
ImportNode
Method · 0.45
Construct
Method · 0.45
CreateDefaultNodesForGraph
Method · 0.45
GetEditedAssetOrClassDefault
Method · 0.45
GetFlowAssetEditor
Method · 0.45
TryGetExpectedOwnerClass
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected