Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGOverrideInstancedPropertyBag
Description
Get parent value of overridden property for re-importing. Will set bIsDifferent true if the value for the property in this struct is different from the one in the parent struct.
| Name | GetDefaultPropertyValueForEditor |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGGraph.h |
| Include Path | #include "PCGGraph.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGGraph.cpp |
FString GetDefaultPropertyValueForEditor
(
const FProperty * InProperty,
const FInstancedPropertyBag * ParentUserParameters,
bool & bIsDifferent
) const