Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/IPCGGraphExecutionState
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RegisterDynamicTracking
(
const FPCGSelectionKeyToSettingsMap& InKeysToSettings |
Register multiple tracking dependencies, so ExecutionState can be updated when they change | PCGGraphExecutionStateInterface.h | |
void RegisterDynamicTracking
(
const UPCGSettings* InSettings, |
Register tracking dependencies, so ExecutionState can be updated when they change | PCGGraphExecutionStateInterface.h |
RegisterDynamicTracking(const FPCGSelectionKeyToSettingsMap &)
Description
Register multiple tracking dependencies, so ExecutionState can be updated when they change
| Name | RegisterDynamicTracking |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGGraphExecutionStateInterface.h |
| Include Path | #include "PCGGraphExecutionStateInterface.h" |
void RegisterDynamicTracking
(
const FPCGSelectionKeyToSettingsMap & InKeysToSettings
)
RegisterDynamicTracking(const UPCGSettings *, const TArrayView< TPair< FPCGSelectionKey, bool > > &)
Description
Register tracking dependencies, so ExecutionState can be updated when they change
| Name | RegisterDynamicTracking |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGGraphExecutionStateInterface.h |
| Include Path | #include "PCGGraphExecutionStateInterface.h" |
void RegisterDynamicTracking
(
const UPCGSettings * InSettings,
const TArrayView < TPair< FPCGSelectionKey , bool > > & InDynamicKeysAndCulling
)