Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGGraphInstance
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnGraphParametersChanged
(
EPCGGraphParameterEvent InChangeType, |
PCGGraph.h | ||
void OnGraphParametersChanged
(
UPCGGraphInterface* InGraph, |
PCGGraph.h |
OnGraphParametersChanged(EPCGGraphParameterEvent, FName)
| Name | OnGraphParametersChanged |
| 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 |
virtual void OnGraphParametersChanged
(
EPCGGraphParameterEvent InChangeType,
FName InChangedPropertyName
)
OnGraphParametersChanged(UPCGGraphInterface *, EPCGGraphParameterEvent, FName)
| Name | OnGraphParametersChanged |
| 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 |
void OnGraphParametersChanged
(
UPCGGraphInterface * InGraph,
EPCGGraphParameterEvent InChangeType,
FName InChangedPropertyName
)