UInputBehaviorSet::Add

Add a Behavior to the set

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/InputBehaviorSet.h

Include

#include "InputBehaviorSet.h"

Source

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Private/InputBehaviorSet.cpp

Syntax

virtual void Add
(
    UInputBehavior * Behavior,
    void * Source,
    const FString & GroupName
)

Remarks

Add a Behavior to the set

Parameters

Parameter

Description

Behavior

Behavior to add to set

Source

pointer to owning object, used only to identify Behavior later

GroupName

string identifier for this Behavior or group of Behaviors

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