Navigation
API > API/Plugins > API/Plugins/VirtualCamera
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UVirtualCameraUserSettings
References
| Module | VirtualCamera |
| Header | /Engine/Plugins/VirtualProduction/VirtualCamera/Source/VirtualCamera/Public/VCamUserSettings.h |
| Include | #include "VCamUserSettings.h" |
Syntax
UCLASS (BlueprintType, Config=EditorPerProjectUserSettings)
class UVirtualCameraUserSettings : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| FDirectoryPath | PhotoSaveLocation | Directory path to store vcam photos | |
| EVCamPhotoSaveMode | PhotoSaveMode | VCam photo save mode | |
| FDirectoryPath | TextureSaveLocation | Directory path to store vcam photo texture assets | |
| EVCamTutorialCompletionState | VCamTutorialCompletionState | Indicates whether the VCam tutorial is completed. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UVirtualCameraUserSettings * | GetSettings () |
||
| bool | |||
| void | SetTutorialCompletionState
(
EVCamTutorialCompletionState NewState |
Sets the tutorial completion state and saves it to the config file if it has changed. |