UKeyAsModifierInputBehavior::Initialize

Initialize this behavior with the given Target

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/BaseBehaviors/KeyAsModifierInputBehavior.h

Include

#include "BaseBehaviors/KeyAsModifierInputBehavior.h"

Source

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Private/BaseBehaviors/KeyAsModifierInputBehavior.cpp

Syntax

virtual void Initialize
(
    IModifierToggleBehaviorTarget * Target,
    int ModifierID,
    const FKey & ModifierKey
)

Remarks

Initialize this behavior with the given Target

Parameters

Parameter

Description

Target

implementor of modifier-toggle behavior

ModifierID

integer ID that identifiers the modifier toggle

ModifierKey

the key that will be used as the modifier toggle

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