FXRMotionControllerBase::EnumerateSources

Called to request the motion sources that this [IMotionController](API\Runtime\HeadMountedDisplay\IMotionController) provides

Windows
MacOS
Linux

Override Hierarchy

IMotionController::EnumerateSources()

FXRMotionControllerBase::EnumerateSources()

References

Module

HeadMountedDisplay

Header

/Engine/Source/Runtime/HeadMountedDisplay/Public/XRMotionControllerBase.h

Include

#include "XRMotionControllerBase.h"

Source

/Engine/Source/Runtime/HeadMountedDisplay/Private/XRMotionControllerBase.cpp

Syntax

virtual void EnumerateSources
(
    TArray< FMotionControllerSource > & SourcesOut
) const

Remarks

Called to request the motion sources that this IMotionController provides

Parameters

Parameter

Description

Sources

A motion source enumerator object that IMotionControllers can add source names to

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