Navigation
API > API/Plugins > API/Plugins/XRBase
Inheritance Hierarchy
- IXRLoadingScreen
- FTickableObjectRenderThread
- TXRLoadingScreenBase
- FDefaultXRLoadingScreen
References
| Module | XRBase |
| Header | /Engine/Plugins/Runtime/XRBase/Source/XRBase/Public/DefaultXRLoadingScreen.h |
| Include | #include "DefaultXRLoadingScreen.h" |
Syntax
class FDefaultXRLoadingScreen : public TXRLoadingScreenBase< FSplashData >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDefaultXRLoadingScreen
(
IXRTrackingSystem* InTrackingSystem |
Overridden from TXRLoadingScreenBase
| Type | Name | Description | |
|---|---|---|---|
| void | ApplyDeltaRotation
(
const FSplashData& Splash |
||
| void | DoAddSplash
(
FSplashData& Splash |
||
| void | DoDeleteSplash
(
FSplashData& Splash |
||
| void | DoHideSplash
(
FSplashData& Splash |
||
| void | DoShowSplash
(
FSplashData& Splash |
Overridden from IXRLoadingScreen
| Type | Name | Description | |
|---|---|---|---|
| void | Hides the loading screen. | ||
| bool | Returns whether a loading movie is playing or not. | ||
| void | IXRLoadingScreen interface |