UWindowsMixedRealityFunctionLibrary::IsButtonDown

Returns true if the button is held down.

Windows
MacOS
Linux

References

Module

WindowsMixedRealityHMD

Header

/Engine/Plugins/Runtime/WindowsMixedReality/Source/WindowsMixedRealityHMD/Public/WindowsMixedRealityFunctionLibrary.h

Include

#include "WindowsMixedRealityFunctionLibrary.h"

Source

/Engine/Plugins/Runtime/WindowsMixedReality/Source/WindowsMixedRealityHMD/Private/WindowsMixedRealityFunctionLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="WindowsMixedRealityHMD")
static bool IsButtonDown
(
    EControllerHand hand,
    EHMDInputControllerButtons button
)

Remarks

Returns true if the button is held down.

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