2.9.16.0
Coherent GT for UE4
FCoherentUIGTLoadingScreenSettings Struct Reference

Public Attributes

float MinimumLoadingScreenDisplayTime
 
bool bAutoCompleteWhenLoadingCompletes
 
bool bWaitForManualStop
 
FString URL
 

Member Data Documentation

◆ bAutoCompleteWhenLoadingCompletes

bool FCoherentUIGTLoadingScreenSettings::bAutoCompleteWhenLoadingCompletes

If true, the loading screen will disappear as soon as all movies are played and loading is done.

◆ bWaitForManualStop

bool FCoherentUIGTLoadingScreenSettings::bWaitForManualStop

If true, movie playback continues until GetMoviePlayer->Stop() is called. Note that this option will override the MinimumLoadingScreenDisplayTime.

◆ MinimumLoadingScreenDisplayTime

float FCoherentUIGTLoadingScreenSettings::MinimumLoadingScreenDisplayTime

The minimum time that a loading screen should be opened for, -1 if there is no minimum time.

◆ URL

FString FCoherentUIGTLoadingScreenSettings::URL

The URL for the loading screen's view.