Navigation
API > API/Plugins > API/Plugins/OpenXRHMD
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T * OpenXR::FindChainedStructByType
(
void* Head, |
OpenXRCore.h | ||
const T * OpenXR::FindChainedStructByType
(
const void* Head, |
OpenXRCore.h |
OpenXR::FindChainedStructByType(void *, XrStructureType)
| Name | OpenXR::FindChainedStructByType |
| Type | function |
| Header File | /Engine/Plugins/Runtime/OpenXR/Source/OpenXRHMD/Public/OpenXRCore.h |
| Include Path | #include "OpenXRCore.h" |
namespace OpenXR
{
template<typename T>
T * OpenXR::FindChainedStructByType
(
void * Head,
XrStructureType XRType
)
}
OpenXR::FindChainedStructByType(const void *, XrStructureType)
| Name | OpenXR::FindChainedStructByType |
| Type | function |
| Header File | /Engine/Plugins/Runtime/OpenXR/Source/OpenXRHMD/Public/OpenXRCore.h |
| Include Path | #include "OpenXRCore.h" |
namespace OpenXR
{
template<typename T>
const T * OpenXR::FindChainedStructByType
(
const void * Head,
XrStructureType XRType
)
}