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

#include <ValueOrBBKey.h>

+ Inheritance diagram for FValueOrBBKey_Struct:

Public Member Functions

template<typename T >
 FValueOrBBKey_Struct (const T &Value)
 
 FValueOrBBKey_Struct ()=default
 
AIMODULE_API FString ToString () const
 
template<typename T >
const T & GetValue (const UBehaviorTreeComponent &BehaviorComp) const
 
bool SerializeFromMismatchedTag (const FPropertyTag &Tag, FStructuredArchive::FSlot Slot)
 
AIMODULE_API FConstStructView GetValue (const UBehaviorTreeComponent &BehaviorComp) const
 
AIMODULE_API FConstStructView GetValue (const UBehaviorTreeComponent *BehaviorComp) const
 
AIMODULE_API FConstStructView GetValue (const UBlackboardComponent &Blackboard) const
 
AIMODULE_API FConstStructView GetValue (const UBlackboardComponent *Blackboard) const
 
AIMODULE_API void SetStructType (UScriptStruct *NewStructType)
 
- Public Member Functions inherited from FValueOrBlackboardKeyBase
const FNameGetKey () const
 
void SetKey (FName NewKey)
 
AIMODULE_API FBlackboard::FKey GetKeyId (const UBehaviorTreeComponent &OwnerComp) const
 

Protected Attributes

FInstancedStruct DefaultValue
 
- Protected Attributes inherited from FValueOrBlackboardKeyBase
FName Key
 
FBlackboard::FKey KeyId = FBlackboard::InvalidKey
 

Friends

class FValueOrBBKeyDetails_Struct
 

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_Struct() [1/2]

template<typename T >
FValueOrBBKey_Struct::FValueOrBBKey_Struct ( const T &  Value)
inline

◆ FValueOrBBKey_Struct() [2/2]

FValueOrBBKey_Struct::FValueOrBBKey_Struct ( )
default

Member Function Documentation

◆ GetValue() [1/5]

template<typename T >
const T & FValueOrBBKey_Struct::GetValue ( const UBehaviorTreeComponent BehaviorComp) const
inline

◆ GetValue() [2/5]

FConstStructView FValueOrBBKey_Struct::GetValue ( const UBehaviorTreeComponent BehaviorComp) const

◆ GetValue() [3/5]

FConstStructView FValueOrBBKey_Struct::GetValue ( const UBehaviorTreeComponent BehaviorComp) const

◆ GetValue() [4/5]

FConstStructView FValueOrBBKey_Struct::GetValue ( const UBlackboardComponent &  Blackboard) const

◆ GetValue() [5/5]

FConstStructView FValueOrBBKey_Struct::GetValue ( const UBlackboardComponent *  Blackboard) const

◆ SerializeFromMismatchedTag()

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

◆ SetStructType()

void FValueOrBBKey_Struct::SetStructType ( UScriptStruct NewStructType)

◆ ToString()

FString FValueOrBBKey_Struct::ToString ( ) const

Friends And Related Symbol Documentation

◆ FValueOrBBKeyDetails_Struct

friend class FValueOrBBKeyDetails_Struct
friend

Member Data Documentation

◆ DefaultValue

FInstancedStruct FValueOrBBKey_Struct::DefaultValue
protected

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