![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AnimExecutionContext.h>
Inheritance diagram for FAnimExecutionContext:Classes | |
| struct | FData |
Public Member Functions | |
| 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 Member Functions | |
| template<typename OtherContextType > | |
| static OtherContextType | ConvertToType (const FAnimExecutionContext &InContext, EAnimExecutionContextConversionResult &OutResult) |
Protected Member Functions | |
| template<typename OtherContextType , typename InternalContextType > | |
| InternalContextType * | GetInternalContext () const |
Protected Attributes | |
| TWeakPtr< FData > | Data |
|
default |
|
default |
|
inlinestatic |
|
inline |
|
inlineprotected |
|
inline |
|
default |