Navigation
API > API/Plugins > API/Plugins/PCG
| Name | FPCGLoopElement |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGLoopElement.h |
| Include Path | #include "Elements/PCGLoopElement.h" |
Syntax
class FPCGLoopElement : public FPCGSubgraphElement
Implements Interfaces
Functions
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void PrepareLoopDataCollections
(
FPCGContext* Context, |
Elements/PCGLoopElement.h |
Overridden from IPCGElement
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool ExecuteInternal
(
FPCGContext* Context |
Core execution method for the given element. Will be called until it returns true. | Elements/PCGLoopElement.h |