MCPcopy Create free account
hub / github.com/MothCocoon/FlowGraph / AddInstance

Method AddInstance

Source/Flow/Private/FlowAsset.cpp:831–834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

829}
830
831void UFlowAsset::AddInstance(UFlowAsset* Instance)
832{
833 ActiveInstances.Add(Instance);
834}
835
836int32 UFlowAsset::RemoveInstance(UFlowAsset* Instance)
837{

Callers 1

CreateFlowInstanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected