Advanced Menu System  1.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
UVideoSave Class Reference

Video settings save. More...

#include <VideoSave.h>

+ Inheritance diagram for UVideoSave:

Public Member Functions

 UVideoSave ()
 

Public Attributes

FString SaveSlotName
 Save slot name More...
 
uint32 DefaultUserIndex
 Default User index More...
 
TArray< FSavedSettingFPSSettings
 FPS Settings More...
 
TArray< FSavedSettingHDRSettings
 HDR Settings More...
 
FIntPoint Resolution
 Saved resolution More...
 
FIntPoint AspectRatio
 Saved aspect ratio More...
 
int WindowMode
 Saved Window Mode More...
 
float Brightness
 Saved brightness More...
 

Detailed Description

Video settings save.

Constructor & Destructor Documentation

◆ UVideoSave()

UVideoSave::UVideoSave ( )

Member Data Documentation

◆ AspectRatio

FIntPoint UVideoSave::AspectRatio

Saved aspect ratio

◆ Brightness

float UVideoSave::Brightness

Saved brightness

◆ DefaultUserIndex

uint32 UVideoSave::DefaultUserIndex

Default User index

◆ FPSSettings

TArray<FSavedSetting> UVideoSave::FPSSettings

FPS Settings

◆ HDRSettings

TArray<FSavedSetting> UVideoSave::HDRSettings

HDR Settings

◆ Resolution

FIntPoint UVideoSave::Resolution

Saved resolution

◆ SaveSlotName

FString UVideoSave::SaveSlotName

Save slot name

◆ WindowMode

int UVideoSave::WindowMode

Saved Window Mode