Navigation
API > API/Plugins > API/Plugins/PCGToolset > API/Plugins/PCGToolset/UPCGToolset
Description
Resets the given graph instance params back to the graph's default values. Actor MUST have a graph instance.
| Name | ResetGraphInstanceParams |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Toolsets/PCGToolset/Source/PCGToolset/Public/PCGToolset.h |
| Include Path | #include "PCGToolset.h" |
| Source | /Engine/Plugins/Experimental/Toolsets/PCGToolset/Source/PCGToolset/Private/PCGToolset.cpp |
UFUNCTION (Meta=(AICallable), Category="PCG|GraphInstanceParams")
static bool ResetGraphInstanceParams
(
const APCGVolume * PCGVolume,
const TArray < FName > & ParamNames
)
boolean representing success/failed
Parameters
| Name | Remarks |
|---|---|
| PCGVolume | The actor to reset graph instance params for. |
| ParamNames | Names of the parameters to reset. |