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