Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGRuntimeGenScheduler > API/Plugins/PCG/FPCGRuntimeGenScheduler/FGridGenerationKey
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGridGenerationKey
(
uint32 InGridSize, |
RuntimeGen/PCGRuntimeGenScheduler.h | ||
FGridGenerationKey
(
uint32 InGridSize, |
RuntimeGen/PCGRuntimeGenScheduler.h |
FGridGenerationKey(uint32, const FIntVector &, IPCGGraphExecutionSource *)
| Name | FGridGenerationKey |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/RuntimeGen/PCGRuntimeGenScheduler.h |
| Include Path | #include "RuntimeGen/PCGRuntimeGenScheduler.h" |
FGridGenerationKey
(
uint32 InGridSize,
const FIntVector & InGridCoords,
IPCGGraphExecutionSource * InOriginalSource
)
FGridGenerationKey(uint32, const FIntVector &, IPCGGraphExecutionSource , IPCGGraphExecutionSource )
| Name | FGridGenerationKey |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/RuntimeGen/PCGRuntimeGenScheduler.h |
| Include Path | #include "RuntimeGen/PCGRuntimeGenScheduler.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/RuntimeGen/PCGRuntimeGenScheduler.cpp |
FGridGenerationKey
(
uint32 InGridSize,
const FIntVector & InGridCoords,
IPCGGraphExecutionSource * InOriginalSource,
IPCGGraphExecutionSource * InLocalSource
)