UWidgetInteractionComponent::GetKeyAndCharCodes

Gets the key and char codes for sending keys for the platform.

Windows
MacOS
Linux

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Components/WidgetInteractionComponent.h

Include

#include "Components/WidgetInteractionComponent.h"

Source

/Engine/Source/Runtime/UMG/Private/Components/WidgetInteractionComponent.cpp

Syntax

void GetKeyAndCharCodes
(
    const FKey & Key,
    bool & bHasKeyCode,
    uint32 & KeyCode,
    bool & bHasCharCode,
    uint32 & CharCode
)

Remarks

Gets the key and char codes for sending keys for the platform.

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