Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGPolygon2DData
Description
Project the query point onto this data, and sample point and metadata information at the projected position. Returns true if successful.
Virtual Inheritance
- UPCGSpatialData::ProjectPoint → UPCGPolygon2DData::ProjectPoint
| Name | ProjectPoint |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Data/PCGPolygon2DData.h |
| Include Path | #include "Data/PCGPolygon2DData.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Data/PCGPolygon2DData.cpp |
virtual bool ProjectPoint
(
const FTransform & InTransform,
const FBox & InBounds,
const FPCGProjectionParams & InParams,
FPCGPoint & OutPoint,
UPCGMetadata * OutMetadata
) const