Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Metadata
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGObjectPropertyOverride.h |
| Include | #include "Metadata/PCGObjectPropertyOverride.h" |
Syntax
USTRUCT (BlueprintType )
struct FPCGObjectPropertyOverrideDescription
Remarks
Represents the override source (to be read) and the object property (to be written).
Variables
| Type | Name | Description | |
|---|---|---|---|
| FPCGAttributePropertyInputSelector | InputSource | Provide an attribute or property to read the override value from. | |
| FString | PropertyTarget | Provide an object property name to be overridden. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPCGObjectPropertyOverrideDescription
(
const FPCGAttributePropertyInputSelector& InInputSource, |