Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGGetLoopIndexSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGGetLoopIndex.h |
| Include | #include "Elements/PCGGetLoopIndex.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGGetLoopIndexSettings : public UPCGSettings
Remarks
Returns the current loop iteration index of the "nearest" subgraph in the execution stack
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bWarnIfCalledOutsideOfLoop | Controls whether this node will create a warning when not called from within a loop. |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| FPCGElementPtr | |||
| FName | |||
| FText | |||
| FText | |||
| EPCGSettingsType | GetType () |
||
| TArray< FPCGPinProperties > | Returns an array of all the input pin properties. You should not add manually a "params" pin, it is handled automatically by FillOverridableParamsPins. | ||
| TArray< FPCGPinProperties > |