Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGGraphInstance
Description
Same thing for the default value reset, for properties to be propagated correctly, changes need to happen with ImportText. This function will return the default value as string, to be re-imported with ImportText. bHasChanged will be set to true if the value for this instance is different than the value from the parent.
| 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,
bool & bIsDifferent
) const