UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TAnimatedAttributeBase Class Referenceabstract

#include <AnimatedAttributeManager.h>

+ Inheritance diagram for TAnimatedAttributeBase:

Protected Member Functions

SLATE_API TAnimatedAttributeBase ()
 
virtual SLATE_API ~TAnimatedAttributeBase ()
 
SLATE_API void Register ()
 
SLATE_API void Unregister ()
 
virtual void Tick (float InDeltaTime)=0
 
- Protected Member Functions inherited from TSharedFromThis< TAnimatedAttributeBase >
 TSharedFromThis ()
 
 TSharedFromThis (TSharedFromThis const &)
 
UE_FORCEINLINE_HINT TSharedFromThisoperator= (TSharedFromThis const &)
 
 ~TSharedFromThis ()
 

Friends

class FAnimatedAttributeManager
 

Additional Inherited Members

- Public Member Functions inherited from TSharedFromThis< TAnimatedAttributeBase >
TSharedRef< TAnimatedAttributeBase, Mode > AsShared ()
 
TSharedRef< TAnimatedAttributeBase const, Mode > AsShared () const
 
TSharedRef< SubobjectType, Mode > AsSharedSubobject (SubobjectType *SubobjectPtr) const
 
TWeakPtr< TAnimatedAttributeBase, Mode > AsWeak ()
 
TWeakPtr< TAnimatedAttributeBase const, Mode > AsWeak () const
 
TWeakPtr< SubobjectType, Mode > AsWeakSubobject (SubobjectType *SubobjectPtr) const
 
void UpdateWeakReferenceInternal (TSharedPtr< SharedPtrType, SharedPtrMode > const *InSharedPtr, OtherType *InObject) const
 
void UpdateWeakReferenceInternal (TSharedRef< SharedRefType, SharedPtrMode > const *InSharedRef, OtherType *InObject) const
 
UE_FORCEINLINE_HINT bool DoesSharedInstanceExist () const
 
- Static Protected Member Functions inherited from TSharedFromThis< TAnimatedAttributeBase >
static UE_FORCEINLINE_HINT TSharedRef< OtherType, Mode > SharedThis (OtherType *ThisPtr)
 
static UE_FORCEINLINE_HINT TSharedRef< OtherType const, Mode > SharedThis (const OtherType *ThisPtr)
 

Detailed Description

Animated Attribute Base Layer - used for registering the attribute centrally

Constructor & Destructor Documentation

◆ TAnimatedAttributeBase()

TAnimatedAttributeBase::TAnimatedAttributeBase ( )
protected

◆ ~TAnimatedAttributeBase()

TAnimatedAttributeBase::~TAnimatedAttributeBase ( )
protectedvirtual

Member Function Documentation

◆ Register()

void TAnimatedAttributeBase::Register ( )
protected

◆ Tick()

virtual void TAnimatedAttributeBase::Tick ( float  InDeltaTime)
protectedpure virtual

◆ Unregister()

void TAnimatedAttributeBase::Unregister ( )
protected

Friends And Related Symbol Documentation

◆ FAnimatedAttributeManager


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