Navigation
API > API/Plugins > API/Plugins/GameplayCameras > API/Plugins/GameplayCameras/Nodes > API/Plugins/GameplayCameras/Nodes/Framing > API/Plugins/GameplayCameras/Nodes/Framing/FBaseFramingCameraNodeEvaluator
References
| Module | GameplayCameras |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Nodes/Framing/BaseFramingCameraNode.h |
| Include | #include "Nodes/Framing/BaseFramingCameraNode.h" |
Syntax
struct FDesired
Remarks
Utility struct for the desired reframing to be done in the current tick.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bHasCorrection | Whether we have any correction to do. | |
| FVector2d | FramingCorrection | The screen-space correction we want this tick. | |
| FVector2d | ScreenTarget | The desired screen-space position of the tracked target. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Serialize
(
FArchive& Ar |