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

Method OnAssetAdded

Source/FlowEditor/Private/Graph/FlowGraphSchema.cpp:1438–1441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1436}
1437
1438void UFlowGraphSchema::OnAssetAdded(const FAssetData& AssetData)
1439{
1440 AddAsset(AssetData, false);
1441}
1442
1443void UFlowGraphSchema::AddAsset(const FAssetData& AssetData, const bool bBatch)
1444{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected