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

#include <ValueOrBBKey.h>

+ Inheritance diagram for FValueOrBBKey_Int32:

Public Member Functions

 FValueOrBBKey_Int32 (int32 Default=0)
 
AIMODULE_API int32 GetValue (const UBehaviorTreeComponent &BehaviorComp) const
 
AIMODULE_API int32 GetValue (const UBehaviorTreeComponent *BehaviorComp) const
 
AIMODULE_API int32 GetValue (const UBlackboardComponent &Blackboard) const
 
AIMODULE_API int32 GetValue (const UBlackboardComponent *Blackboard) const
 
bool SerializeFromMismatchedTag (const FPropertyTag &Tag, FStructuredArchive::FSlot Slot)
 
FString ToString () const
 
 operator int32 () const
 
- Public Member Functions inherited from FValueOrBlackboardKeyBase
const FNameGetKey () const
 
void SetKey (FName NewKey)
 
AIMODULE_API FBlackboard::FKey GetKeyId (const UBehaviorTreeComponent &OwnerComp) const
 

Protected Attributes

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

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_Int32()

FValueOrBBKey_Int32::FValueOrBBKey_Int32 ( int32  Default = 0)
inline

Member Function Documentation

◆ GetValue() [1/4]

int32 FValueOrBBKey_Int32::GetValue ( const UBehaviorTreeComponent BehaviorComp) const

◆ GetValue() [2/4]

int32 FValueOrBBKey_Int32::GetValue ( const UBehaviorTreeComponent BehaviorComp) const

◆ GetValue() [3/4]

int32 FValueOrBBKey_Int32::GetValue ( const UBlackboardComponent &  Blackboard) const

◆ GetValue() [4/4]

int32 FValueOrBBKey_Int32::GetValue ( const UBlackboardComponent *  Blackboard) const

◆ operator int32()

FValueOrBBKey_Int32::operator int32 ( ) const
inline

◆ SerializeFromMismatchedTag()

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

◆ ToString()

FString FValueOrBBKey_Int32::ToString ( ) const
inline

Member Data Documentation

◆ DefaultValue

int32 FValueOrBBKey_Int32::DefaultValue = 0
protected

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