Navigation
API > API/Plugins > API/Plugins/PCG
Settings controlling alignment along a single axis.
| Name | FPCGAlignPointsAxisSettings |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGAlignPoints.h |
| Include Path | #include "Elements/PCGAlignPoints.h" |
Syntax
USTRUCT (BlueprintType )
struct FPCGAlignPointsAxisSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bApplyToAxis | bool | Whether to apply alignment on this axis. | Elements/PCGAlignPoints.h |
|
| SourceReferential | EPCGAlignPointsAxisReferential | Which edge of the source point's bounding box to align from. | Elements/PCGAlignPoints.h |
|
| TargetReferential | EPCGAlignPointsAxisReferential | Which edge of the target point's bounding box to align to. | Elements/PCGAlignPoints.h |
|