Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Metadata > API/Plugins/PCG/Metadata/FPCGObjectPropertyOverrideDescri-
Syntax
UPROPERTY (EditAnywhere, Category=Settings)
FString PropertyTarget
Remarks
Provide an object property name to be overridden. If you have a property "A" on your object, use "A" as the property target.
For example, if you want to override the "Is Editor Only" flag, find it in the details panel, right-click, select 'Copy Internal Name', and paste that as the property target.
If you have a component property, such as the static mesh of a static mesh component, use "StaticMeshComponent.StaticMesh".