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