Navigation
API > API/Plugins > API/Plugins/OpenXRHMD
References
| Module | OpenXRHMD |
| Header | /Engine/Plugins/Runtime/OpenXR/Source/OpenXRHMD/Public/OpenXRCore.h |
| Include | #include "OpenXRCore.h" |
Syntax
class FOpenXRPath
Remarks
XrPath wrapper with convenience functions
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOpenXRPath
(
XrPath InPath |
|||
FOpenXRPath
(
FName InName |
Efficiently converts an FName to an XrPath | ||
FOpenXRPath
(
const char* PathString |
Converts a string to an XrPath | ||
FOpenXRPath
(
const FString& PathString |
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint32 | Get the number of characters, excluding null-terminator, that ToString() would yield | ||
| FName | ToName () |
Efficiently converts an XrPath to an FName | |
| FString | ToString () |
Converts an XrPath to a readable format |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FOpenXRPath | operator/
(
const char* Suffix |
Operators to append another path ensuring the / character is used between them | |
| FOpenXRPath | |||
| FOpenXRPath | operator/
(
FOpenXRPath Suffix |