Navigation
API > API/Plugins > API/Plugins/VirtualCamera
References
| Module | VirtualCamera |
| Header | /Engine/Plugins/Experimental/VirtualCamera/Source/VirtualCamera/Public/VirtualCameraSaveGame.h |
| Include | #include "VirtualCameraSaveGame.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FVirtualCameraSettings
Remarks
Stores specific camera settings to be retrieved at a later time
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Aperture | The aperture of the camera | |
| TMap< EVirtualCameraAxis, FVirtualCameraAxisSettings > | AxisSettings | The Axis settings for locking, stabilization, and scaling | |
| bool | bAllowFocusVisualization | ||
| FColor | DebugFocusPlaneColor | ||
| EUnit | DesiredDistanceUnits | ||
| float | FilmbackHeight | The filmback sensor height of the camera | |
| FString | FilmbackName | ||
| float | FilmbackWidth | The filmback sensor width of the camera | |
| float | FocalLength | The focal length of the camera | |
| float | MatteOpacity |
Constructors
| Type | Name | Description | |
|---|---|---|---|