Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGGraphInstance
Description
For properties to be propagated correctly, changes need to happen with ImportText. This function will make a copy of the currently overridden property ids, add/remove the InProperty (depending on bMarkAsOverridden) and return the ExportText of the set of overridden property ids, for it to be re-imported by the Editor to effectively make the change.
| Name | ExportOverriddenPropertyIdsChangeForEditor |
| 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 ExportOverriddenPropertyIdsChangeForEditor
(
const FProperty * InProperty,
bool bMarkAsOverridden,
bool & bIsDifferent
) const