Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InputBehaviorSet.h |
| Include | #include "InputBehaviorSet.h" |
Syntax
struct FBehaviorInfo
Remarks
This is an internal structure used by UInputBehaviorSet.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UInputBehavior > | Behavior | Reference to a Behavior | |
| FString | Group | Group identifier for this Behavior | |
| void * | Source | Source object that provided this Behavior |