Navigation
API > API/Plugins > API/Plugins/PCG
| Name | FPCGGetLoopIndexElement |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGGetLoopIndex.h |
| Include Path | #include "Elements/PCGGetLoopIndex.h" |
Syntax
class FPCGGetLoopIndexElement : public IPCGElement
Implements Interfaces
Functions
Public
Overridden from IPCGElement
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsCacheable
(
const UPCGSettings* InSettings |
A loop index node is never cacheable because it needs to execute for every iteration. | Elements/PCGGetLoopIndex.h |
Protected
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/PCGGetLoopIndex.h |