Navigation
API > API/Plugins > API/Plugins/OpenXRHMD > API/Plugins/OpenXRHMD/FOpenXRPath
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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 |
operator/(const char *)
Description
Operators to append another path ensuring the / character is used between them
| Name | operator/ |
| Type | function |
| Header File | /Engine/Plugins/Runtime/OpenXR/Source/OpenXRHMD/Public/OpenXRCore.h |
| Include Path | #include "OpenXRCore.h" |
FOpenXRPath operator/
(
const char * Suffix
) const
operator/(FString)
| Name | operator/ |
| Type | function |
| Header File | /Engine/Plugins/Runtime/OpenXR/Source/OpenXRHMD/Public/OpenXRCore.h |
| Include Path | #include "OpenXRCore.h" |
FOpenXRPath operator/
(
FString Suffix
) const
operator/(FOpenXRPath)
| Name | operator/ |
| Type | function |
| Header File | /Engine/Plugins/Runtime/OpenXR/Source/OpenXRHMD/Public/OpenXRCore.h |
| Include Path | #include "OpenXRCore.h" |
FOpenXRPath operator/
(
FOpenXRPath Suffix
) const