Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGDeltaCollection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TInstancedStruct< FPCGDeltaBase > * Find
(
const FPCGDeltaKey& InKey |
Find the mutable Delta with the provided Key. | Graph/DataOverride/PCGDataOverride.h | |
const TInstancedStruct< FPCGDeltaBase > * Find
(
const FPCGDeltaKey& InKey |
Find the Delta with the provided Key. | Graph/DataOverride/PCGDataOverride.h |
Find(const FPCGDeltaKey &)
Description
Find the mutable Delta with the provided Key.
| Name | Find |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Graph/DataOverride/PCGDataOverride.h |
| Include Path | #include "Graph/DataOverride/PCGDataOverride.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Graph/DataOverride/PCGDataOverride.cpp |
TInstancedStruct < FPCGDeltaBase > * Find
(
const FPCGDeltaKey & InKey
)
Find(const FPCGDeltaKey &)
Description
Find the Delta with the provided Key.
| Name | Find |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Graph/DataOverride/PCGDataOverride.h |
| Include Path | #include "Graph/DataOverride/PCGDataOverride.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Graph/DataOverride/PCGDataOverride.cpp |
const TInstancedStruct < FPCGDeltaBase > * Find
(
const FPCGDeltaKey & InKey
) const