Navigation
API > API/Plugins > API/Plugins/XRBase
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UXRLoadingScreenFunctionLibrary
References
| Module | XRBase |
| Header | /Engine/Plugins/Runtime/XRBase/Source/XRBase/Public/XRLoadingScreenFunctionLibrary.h |
| Include | #include "XRLoadingScreenFunctionLibrary.h" |
Syntax
UCLASS&40;&41;
class UXRLoadingScreenFunctionLibrary : public UBlueprintFunctionLibrary
Remarks
XR Loading Screen Function Library
Constructors
| Type | Name | Description | |
|---|---|---|---|
UXRLoadingScreenFunctionLibrary
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddLoadingScreenSplash
(
UTexture* Texture, |
Adds a splash element to the loading screen. | |
| void | |||
| void | Hide the splash screen and return to normal display. | ||
| void | SetLoadingScreen
(
UTexture* Texture, |
||
| void | Show the loading screen and override the VR display |