Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGAttributeGetFromPointIndexSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGAttributeGetFromPointIndexElement.h |
| Include | #include "Elements/PCGAttributeGetFromPointIndexElement.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGAttributeGetFromPointIndexSettings : public UPCGSettings
Remarks
Get the attribute/property of a point given its index. The result will be in a ParamData. There is also a second output that will output the selected point. This point will be output even if the property/attribute doesn't exist.
The Index can be overridden by a second Params input.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | Index | ||
| FPCGAttributePropertyInputSelector | InputSource | ||
| FName | OutputAttributeName |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| void | ApplyDeprecation
(
UPCGNode* InOutNode |
Any final migration/recovery that can be done after pins are finalized. | |
| FPCGElementPtr | |||
| FName | |||
| 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 > | |||
| void | PostLoad () |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | InputAttributeName_DEPRECATED |