Navigation
API > API/Plugins > API/Plugins/PCG
| Name | UPCGAttributeGetFromIndexSettings |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGAttributeGetFromIndexElement.h |
| Include Path | #include "Elements/PCGAttributeGetFromIndexElement.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGAttributeGetFromIndexSettings : public UPCGSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGAttributeGetFromIndexSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Index | int32 | Elements/PCGAttributeGetFromIndexElement.h |
|
Functions
Public
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetDefaultNodeName() |
Elements/PCGAttributeGetFromIndexElement.h | ||
virtual FText GetDefaultNodeTitle() |
Elements/PCGAttributeGetFromIndexElement.h | ||
virtual FText GetNodeTooltipText() |
Elements/PCGAttributeGetFromIndexElement.h | ||
virtual EPCGSettingsType GetType() |
Elements/PCGAttributeGetFromIndexElement.h |
Protected
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FPCGElementPtr CreateElement() |
Elements/PCGAttributeGetFromIndexElement.h | ||
virtual TArray< FPCGPinProperties > InputPinProperties() |
Returns an array of all the input pin properties. You should not add manually a "params" pin, it is handled automatically by FillOverridableParamsPins. | Elements/PCGAttributeGetFromIndexElement.h | |
virtual TArray< FPCGPinProperties > OutputPinProperties() |
Elements/PCGAttributeGetFromIndexElement.h |