Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/TPCGTimeSlicedElementBase
Description
Executes the delegate for every iteration. Will return false while still processing and true only when all tasks for all iterations are complete.
| Name | ExecuteSlice |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGTimeSlicedElementBase.h |
| Include Path | #include "Elements/PCGTimeSlicedElementBase.h" |
bool ExecuteSlice
(
ContextType * Context,
TFunctionRef < ExecSignature > ExecFunc
) const