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;BlueprintType&41;
struct FPCGPreConfiguredSettingsInfo
Remarks
Pre-configured settings info Will be passed to the settings to pre-configure the settings on creation. Example: Maths operations: Add, Mul, etc...
Variables
| Type | Name | Description | |
|---|---|---|---|
| FText | Label | Label for the exposed asset. | |
| int32 | PreconfiguredIndex | Index used by the settings to know which preconfigured settings it needs to set. | |
| FText | Tooltip |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPCGPreConfiguredSettingsInfo
(
int32 InIndex, |
|||
FPCGPreConfiguredSettingsInfo
(
int32 InIndex, |