Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Helpers
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/Helpers/PCGAsync.h |
| Include | #include "Helpers/PCGAsync.h" |
namespace FPCGAsync
{
namespace Private
{
template<typename InitializeFunc, typename InnerLoopFunc, typename MoveDataFunc, typename FinishedFunc>
bool FPCGAsync&58;&58;Private&58;&58;AsyncProcessing
&40;
FPCGAsyncState & AsyncState,
int32 NumIterations,
InitializeFunc && Initialize,
InnerLoopFunc && IterationInnerLoop,
MoveDataFunc && MoveData,
FinishedFunc && Finished,
const bool bInEnableTimeSlicing,
const int32 InChunkSize
&41;
}
}