UWindowsMixedRealityFunctionLibrary::IsButtonClicked

Returns true if the button was clicked.

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 IsButtonClicked
(
    EControllerHand hand,
    EHMDInputControllerButtons button
)

Remarks

Returns true if the button was clicked.

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