Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGSubsystem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UPCGComponent * GetLocalComponent
(
const FPCGGridDescriptor& GridDescriptor, |
Retrieves a local component using grid descriptor and grid coordinates, returns nullptr if no such component is found. | PCGSubsystem.h | |
UPCGComponent * GetLocalComponent
(
uint32 GridSize, |
PCGSubsystem.h |
GetLocalComponent(const FPCGGridDescriptor &, const FIntVector &, const UPCGComponent *)
Description
Retrieves a local component using grid descriptor and grid coordinates, returns nullptr if no such component is found.
| Name | GetLocalComponent |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGSubsystem.h |
| Include Path | #include "PCGSubsystem.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGSubsystem.cpp |
UPCGComponent * GetLocalComponent
(
const FPCGGridDescriptor & GridDescriptor,
const FIntVector & CellCoords,
const UPCGComponent * InOriginalComponent
) const
GetLocalComponent(uint32, const FIntVector &, const UPCGComponent *, bool)
| Name | GetLocalComponent |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGSubsystem.h |
| Include Path | #include "PCGSubsystem.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGSubsystem.cpp |
UPCGComponent * GetLocalComponent
(
uint32 GridSize,
const FIntVector & CellCoords,
const UPCGComponent * InOriginalComponent,
bool bTransient
) const