FInputBehaviorModifierStates::RegisterModifier

Register a modifier ID and an associated test function

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

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

Include

#include "BaseBehaviors/InputBehaviorModifierStates.h"

Syntax

void RegisterModifier
(
    int ModifierID,
    const FModifierTestFunction & ModifierTest
)

Remarks

Register a modifier ID and an associated test function

Parameters

Parameter

Description

ModifierID

the modifier ID

ModifierTest

the test function

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