Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGOverrideInstancedPropertyBag
Description
Add/Remove given property from overrides, and reset its value if it is removed. Returns true if the value was changed.
| Name | UpdatePropertyOverride |
| 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 |
bool UpdatePropertyOverride
(
const FProperty * InProperty,
bool bMarkAsOverridden,
const FInstancedPropertyBag * ParentUserParameters
)