IOpenXRExtensionPlugin::GetRequiredExtensions

Fill the array with extensions required by the plugin If false is returned the plugin and its extensions will be ignored

Windows
MacOS
Linux

Override Hierarchy

IOpenXRExtensionPlugin::GetRequiredExtensions()

FOpenXRMsftHandInteraction::GetRequiredExtensions()

References

Module

OpenXRHMD

Header

/Engine/Plugins/Runtime/OpenXR/Source/OpenXRHMD/Public/IOpenXRExtensionPlugin.h

Include

#include "IOpenXRExtensionPlugin.h"

Syntax

virtual bool GetRequiredExtensions
(
    TArray< const ANSICHAR * > & OutExtensions
)

Remarks

Fill the array with extensions required by the plugin If false is returned the plugin and its extensions will be ignored

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss