Navigation
API > API/Plugins > API/Plugins/PCG
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettingsInstance
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/PCGSettings.h |
| Include | #include "PCGSettings.h" |
Syntax
UCLASS (BlueprintType, ClassGroup=(Procedural))
class UPCGSettingsInstance : public UPCGSettingsInterface
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UPCGSettings > | OriginalSettings | ||
| TObjectPtr< UPCGSettings > | Settings |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BeginDestroy () |
||
| void | OnSettingsChanged
(
UPCGSettings* InSettings, |
||
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
||
| void | |||
| void | PostLoad () |
||
| void | |||
| void | SetSettings
(
UPCGSettings* InSettings |
Overridden from UPCGSettingsInterface
| Type | Name | Description | |
|---|---|---|---|
| UPCGSettings * | GetSettings () |
||
| const UPCGSettings * | GetSettings () |