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