UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FBehaviorInfo Struct Reference

#include <InputBehaviorSet.h>

Public Attributes

TObjectPtr< UInputBehaviorBehavior = nullptr
 
voidSource = nullptr
 
FString Group
 

Friends

bool operator< (const FBehaviorInfo &l, const FBehaviorInfo &r)
 

Detailed Description

This is an internal structure used by UInputBehaviorSet.

Friends And Related Symbol Documentation

◆ operator<

bool operator< ( const FBehaviorInfo l,
const FBehaviorInfo r 
)
friend

Member Data Documentation

◆ Behavior

TObjectPtr<UInputBehavior> FBehaviorInfo::Behavior = nullptr

Reference to a Behavior

◆ Group

FString FBehaviorInfo::Group

Group identifier for this Behavior

◆ Source

void* FBehaviorInfo::Source = nullptr

Source object that provided this Behavior


The documentation for this struct was generated from the following file: