UInputBehaviorSet::RemoveBySource

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 RemoveBySource
(
    void * Source
)

Remarks

Remove a group of Behaviors from the Set

Returns

true if any Behaviors were found and removed

Parameters

Parameter

Description

Source

source object pointer, all Behaviors that were added with this Source pointer 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