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 FVirtualCameraWaypoint
Remarks
Keeps a saved location and the name of that location
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsFavorited | ||
| bool | bIsHomeWaypoint | ||
| FDateTime | DateCreated | ||
| FString | Name | An associated name for the waypoint provided by the user | |
| FTransform | WaypointTransform | The location of the waypoint in world space |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Constants
| Name | Description |
|---|---|
| NextIndex |