Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGDataCollection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const UPCGSpatialData * GetSpatialUnionOfInputsByPin
(
const FName& InPinLabel, |
PCGData.h | ||
const UPCGSpatialData * GetSpatialUnionOfInputsByPin
(
FPCGContext* InContext, |
Returns spatial union of all data on a given pin, returns null if no such data exists. | PCGData.h |
GetSpatialUnionOfInputsByPin(const FName &, bool &)
| Name | GetSpatialUnionOfInputsByPin |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGData.h |
| Include Path | #include "PCGData.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGData.cpp |
const UPCGSpatialData * GetSpatialUnionOfInputsByPin
(
const FName & InPinLabel,
bool & bOutUnionDataCreated
) const
GetSpatialUnionOfInputsByPin(FPCGContext *, const FName &, bool &)
Description
Returns spatial union of all data on a given pin, returns null if no such data exists. bOutUnionDataCreated indicates if new data created that may need rooting.
| Name | GetSpatialUnionOfInputsByPin |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGData.h |
| Include Path | #include "PCGData.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGData.cpp |
const UPCGSpatialData * GetSpatialUnionOfInputsByPin
(
FPCGContext * InContext,
const FName & InPinLabel,
bool & bOutUnionDataCreated
) const