Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGMetadataSettingsBase
- UPCGParseStringSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGParseString.h |
| Include | #include "Elements/PCGParseString.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGParseStringSettings : public UPCGMetadataSettingsBase
Remarks
Convert a string to a numerical value.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FPCGAttributePropertyInputSelector | InputSource | ||
| EPCGMetadataTypes | TargetType |
Overridden from UPCGMetadataSettingsBase
| Type | Name | Description | |
|---|---|---|---|
| TArray< uint16 > | |||
| FPCGAttributePropertyInputSelector | GetInputSource
(
uint32 Index |
||
| bool | |||
| bool | IsSupportedInputType
(
uint16 TypeId, |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| FPCGElementPtr | |||
| FString | Derived classes can implement this to expose additional information or context, such as an asset in use by the node. | ||
| FName | |||
| FText | |||
| FText | |||
| bool | Display generated title line as primary title (example: BP nodes display the blueprint name as the primary title). |