UInputBehaviorSet::Add

Merge another BehaviorSet into this 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
(
    const UInputBehaviorSet * OtherSet,
    void * NewSource,
    const FString & NewGroupName
)

Remarks

Merge another BehaviorSet into this Set

Parameters

Parameter

Description

OtherSet

Set of Behaviors to add to this Set

Source

pointer to owning object, used only to identify Behavior later. If nullptr, source is copied from other Set.

NewGroupName

string identifier for this Behavior or group of Behaviors. If empty string, group is copied from other Set.

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