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

#include <ValueOrBBKey.h>

+ Inheritance diagram for FValueOrBBKey_Class:

Public Member Functions

 FValueOrBBKey_Class ()=default
 
template<typename T >
 FValueOrBBKey_Class (TSubclassOf< T > Default)
 
template<typename T >
TSubclassOf< T > GetValue (const UBehaviorTreeComponent &BehaviorComp) const
 
AIMODULE_API UClassGetValue (const UBehaviorTreeComponent &BehaviorComp) const
 
AIMODULE_API UClassGetValue (const UBehaviorTreeComponent *BehaviorComp) const
 
AIMODULE_API UClassGetValue (const UBlackboardComponent &Blackboard) const
 
AIMODULE_API UClassGetValue (const UBlackboardComponent *Blackboard) const
 
bool SerializeFromMismatchedTag (const FPropertyTag &Tag, FStructuredArchive::FSlot Slot)
 
AIMODULE_API FString ToString () const
 
 operator UClass * () const
 
AIMODULE_API void SetBaseClass (UClass *NewBaseClass)
 
- Public Member Functions inherited from FValueOrBlackboardKeyBase
const FNameGetKey () const
 
void SetKey (FName NewKey)
 
AIMODULE_API FBlackboard::FKey GetKeyId (const UBehaviorTreeComponent &OwnerComp) const
 

Protected Attributes

TObjectPtr< UClassDefaultValue = nullptr
 
TObjectPtr< UClassBaseClass = UObject::StaticClass()
 
- Protected Attributes inherited from FValueOrBlackboardKeyBase
FName Key
 
FBlackboard::FKey KeyId = FBlackboard::InvalidKey
 

Friends

class FValueOrBBKeyDetails_Class
 

Additional Inherited Members

- Public Attributes inherited from FValueOrBlackboardKeyBase
friend FValueOrBBKeyDetails
 
- Protected Member Functions inherited from FValueOrBlackboardKeyBase
template<typename T >
FString ToStringInternal (const T &DefaultValue) const
 
AIMODULE_API FString ToStringKeyName () const
 

Constructor & Destructor Documentation

◆ FValueOrBBKey_Class() [1/2]

FValueOrBBKey_Class::FValueOrBBKey_Class ( )
default

◆ FValueOrBBKey_Class() [2/2]

template<typename T >
FValueOrBBKey_Class::FValueOrBBKey_Class ( TSubclassOf< T >  Default)
inline

Member Function Documentation

◆ GetValue() [1/5]

template<typename T >
TSubclassOf< T > FValueOrBBKey_Class::GetValue ( const UBehaviorTreeComponent BehaviorComp) const
inline

◆ GetValue() [2/5]

UClass * FValueOrBBKey_Class::GetValue ( const UBehaviorTreeComponent BehaviorComp) const

◆ GetValue() [3/5]

UClass * FValueOrBBKey_Class::GetValue ( const UBehaviorTreeComponent BehaviorComp) const

◆ GetValue() [4/5]

UClass * FValueOrBBKey_Class::GetValue ( const UBlackboardComponent &  Blackboard) const

◆ GetValue() [5/5]

UClass * FValueOrBBKey_Class::GetValue ( const UBlackboardComponent *  Blackboard) const

◆ operator UClass *()

FValueOrBBKey_Class::operator UClass * ( ) const
inline

◆ SerializeFromMismatchedTag()

bool FValueOrBBKey_Class::SerializeFromMismatchedTag ( const FPropertyTag Tag,
FStructuredArchive::FSlot  Slot 
)

◆ SetBaseClass()

void FValueOrBBKey_Class::SetBaseClass ( UClass NewBaseClass)

◆ ToString()

FString FValueOrBBKey_Class::ToString ( ) const

Friends And Related Symbol Documentation

◆ FValueOrBBKeyDetails_Class

friend class FValueOrBBKeyDetails_Class
friend

Member Data Documentation

◆ BaseClass

TObjectPtr<UClass> FValueOrBBKey_Class::BaseClass = UObject::StaticClass()
protected

◆ DefaultValue

TObjectPtr<UClass> FValueOrBBKey_Class::DefaultValue = nullptr
protected

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