UInputBehaviorSet::RemoveByGroup

Remove a group of Behaviors from 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 bool RemoveByGroup
(
    const FString & GroupName
)

Remarks

Remove a group of Behaviors from the Set

Returns

true if any Behaviors were found and removed

Parameters

Parameter

Description

GroupName

name of group, all Behaviors that were added with this GroupName are removed

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