![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AnimExecutionContext.h>
Inheritance diagram for FAnimUpdateContext:Public Member Functions | |
| FAnimUpdateContext ()=default | |
| FAnimUpdateContext (TWeakPtr< FData > InData) | |
| ENGINE_API FAnimationUpdateContext * | GetContext () const |
Public Member Functions inherited from FAnimExecutionContext | |
| FAnimExecutionContext ()=default | |
| FAnimExecutionContext (const FAnimExecutionContext &InOther)=default | |
| FAnimExecutionContext & | operator= (const FAnimExecutionContext &InOther)=default |
| FAnimExecutionContext (TWeakPtr< FData > InData) | |
| bool | IsValid () const |
| FAnimationBaseContext * | GetBaseContext () const |
Static Public Attributes | |
| static const FData::EContextType | InternalContextTypeId = FData::EContextType::Update |
Additional Inherited Members | |
Static Public Member Functions inherited from FAnimExecutionContext | |
| template<typename OtherContextType > | |
| static OtherContextType | ConvertToType (const FAnimExecutionContext &InContext, EAnimExecutionContextConversionResult &OutResult) |
Protected Member Functions inherited from FAnimExecutionContext | |
| template<typename OtherContextType , typename InternalContextType > | |
| InternalContextType * | GetInternalContext () const |
Protected Attributes inherited from FAnimExecutionContext | |
| TWeakPtr< FData > | Data |
|
default |
| FAnimationUpdateContext * FAnimUpdateContext::GetContext | ( | ) | const |
|
static |