Navigation
API > API/Plugins > API/Plugins/PCG
Defines which coordinate frame is used to compute bounding box extents for alignment.
| Name | EPCGAlignPointsSpatialReferential |
| Type | enum |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGAlignPoints.h |
| Include Path | #include "Elements/PCGAlignPoints.h" |
Syntax
enum EPCGAlignPointsSpatialReferential
{
Target,
LocalToTarget,
Source,
World,
}
Values
| Name | Remarks |
|---|---|
| Target | Express bounds along the target point's local axes. |
| LocalToTarget | Align source to target's rotation, then affect using the target referential. |
| Source | Express bounds along the source point's local axes. |
| World | Express bounds along world-space axes (standard AABB). |