Navigation
API > API/Plugins > API/Plugins/Composure
| Name | FComposurePostMoveSettings |
| Type | struct |
| Header File | /Engine/Plugins/Compositing/Composure/Source/Composure/Public/ComposurePostMoves.h |
| Include Path | #include "ComposurePostMoves.h" |
Syntax
USTRUCT (BlueprintType )
struct FComposurePostMoveSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FComposurePostMoveSettings() |
ComposurePostMoves.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Pivot | FVector2D | The normalized pivot point for applying rotation and scale to the image. | ComposurePostMoves.h |
|
| RotationAngle | float | The anti clockwise rotation to apply to the image in degrees. | ComposurePostMoves.h |
|
| Scale | float | The scale to apply to the image. | ComposurePostMoves.h |
|
| Translation | FVector2D | The translation to apply to the image. | ComposurePostMoves.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetCroppingUVTransformationMatrix
(
float AspectRatio, |
Returns UV transformation matrix and its inversed to crop. | ComposurePostMoves.h | |
FMatrix GetProjectionMatrix
(
float HorizontalFOVAngle, |
Returns a non-centered projection matrix. | ComposurePostMoves.h |