Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGEx/PCGExtendedToolkit
/ AddSimpleCallback
Method
AddSimpleCallback
Source/PCGExtendedToolkit/Private/PCGExMT.cpp:526–529 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
524
}
525
526
void FTaskGroup::AddSimpleCallback(FSimpleCallback&& InCallback)
527
{
528
SimpleCallbacks.Add(InCallback);
529
}
530
531
void FTaskGroup::StartSimpleCallbacks()
532
{
Callers
3
OnNodesProcessingComplete
Method · 0.80
WriteBuffersAsCallbacks
Method · 0.80
Process
Method · 0.80
Calls
1
Add
Method · 0.45
Tested by
no test coverage detected