Navigation
API > API/Plugins > API/Plugins/PCG
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/PCGSettings.h |
| Include | #include "PCGSettings.h" |
Syntax
USTRUCT&40;&41;
struct FPCGSettingsOverridableParam
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bHasNameClash | If this flag is true, Label will be the full property path. | |
| FName | Label | ||
| TMap< int32, FPCGPropertyAliases > | MapOfAliases | Map of all aliases for a given property, using its Index (to avoid name clashes within the same path) | |
| TArray< const FProperty * > | Properties | Transient. | |
| TArray< FName > | PropertiesNames | ||
| TObjectPtr< const UStruct > | PropertyClass |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< FName > | |||
| FString | |||
| FString | |||
| bool | HasAliases () |