Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGGraphInterface
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/PCGGraph.h |
| Include | #include "PCGGraph.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGGraph.cpp |
bool UpdateSetGraphParameter
(
const FName PropertyName,
TFunctionRef < bool> Callback
)
Remarks
Allows to manipulate directly FPropertyBagSetRef, while propagating changes to child instances. True if the change succeeded.
Parameters
| Name | Description |
|---|---|
| PropertyName | Name of the property to access. Must be a Set. |
| Callback | Callback to call with the FPropertyBagSetRef. Returns a bool telling if there was a change. |