Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Helpers
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/PCGAsync.h |
| Include | #include "Helpers/PCGAsync.h" |
namespace FPCGAsync
{
namespace Private
{
template<typename InitializeFunc, typename InnerLoopFunc, typename MoveDataRangeFunc, typename FinishedFunc>
bool FPCGAsync::Private::AsyncProcessing
(
FPCGAsyncState & AsyncState,
int32 NumIterations,
InitializeFunc && Initialize,
InnerLoopFunc && IterationInnerLoop,
MoveDataRangeFunc && MoveDataRange,
FinishedFunc && Finished,
const bool bInEnableTimeSlicing,
const int32 InChunkSize,
const bool bAllowChunkSizeOverride
)
}
}