Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements > API/Plugins/PCG/Elements/UPCGBlueprintElement
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGExecuteBlueprint.h |
| Include | #include "Elements/PCGExecuteBlueprint.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Elements/PCGExecuteBlueprint.cpp |
UFUNCTION (BlueprintCallable, BlueprintPure=false, Category="PCG|Flow Control",
Meta=(HideSelfPin="true"))
void IterationLoop
(
UPARAM FPCGContext & InContext,
int64 NumIterations,
UPCGPointData *& OutData,
const UPCGSpatialData * OptionalA,
const UPCGSpatialData * OptionalB,
UPCGPointData * OptionalOutData
) const
Remarks
Calls the IterationLoopBody a fixed number of times, optional parameters are used to potentially initialized the Out Data, but otherwise are used to remove the need to have variables