Navigation
API > API/Plugins > API/Plugins/XRCreative
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USubsystem
- UDynamicSubsystem
- UEngineSubsystem
- UXRCreativeSubsystem
References
| Module | XRCreative |
| Header | /Engine/Plugins/Experimental/XRCreativeFramework/Source/XRCreative/Public/XRCreativeSubsystem.h |
| Include | #include "XRCreativeSubsystem.h" |
Syntax
UCLASS&40;&41;
class UXRCreativeSubsystem : public UEngineSubsystem
Variables
| Type | Name | Description | |
|---|---|---|---|
| FDelegateHandle | EngineInitCompleteDelegate | ||
| TObjectPtr< UXRCreativeSubsystemHelpers > | Helpers |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | EnterVRMode () |
Enter VR Mode | |
| void | ExitVRMode () |
Exit VR Mode | |
| void |
Overridden from USubsystem
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize
(
FSubsystemCollectionBase& Collection |
Implement this for initialization of instances of the system |