Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGOverrideInstancedPropertyBag
Description
Handle the sync between the parent parameters and the overrides. Will return true if something changed.
| Name | RefreshParameters |
| 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 RefreshParameters
(
const FInstancedPropertyBag * ParentUserParameters,
EPCGGraphParameterEvent InChangeType,
FName InChangedPropertyName
)