Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
Inheritance Hierarchy
- UObject
- IInputBehaviorSource
- ULocalInputBehaviorSource
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InputBehaviorSet.h |
| Include | #include "InputBehaviorSet.h" |
Syntax
UCLASS (Transient, MinimalAPI)
class ULocalInputBehaviorSource :
public UObject,
public IInputBehaviorSource
Remarks
An implementation of IInputBehaviorSource that forwards to a user provided-lambda, to allow a tool to supply a behavior source different from the one it is implementing itself. Useful, for instance, when a tool wants to supply different behaviors to separate input routers.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TUniqueFunction< const UInputBehaviorSet *()> | GetInputBehaviorsFunc |
Overridden from IInputBehaviorSource
| Type | Name | Description | |
|---|---|---|---|
| const UInputBehaviorSet * | IInputBehaviorSource. |