Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAnimationBaseContext
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Animation/AnimNodeBase.h | |||
PRAGMA_DISABLE_DEPRECATION_WARNINGS FAnimationBaseContext
(
FAnimationBaseContext&& |
Animation/AnimNodeBase.h | ||
FAnimationBaseContext
(
const FAnimationBaseContext& |
Animation/AnimNodeBase.h | ||
FAnimationBaseContext
(
UAnimInstance* InAnimInstance |
DEPRECATED - Please use constructor that uses an FAnimInstanceProxy*. | Animation/AnimNodeBase.h | |
FAnimationBaseContext
(
FAnimInstanceProxy* InAnimInstanceProxy, |
Animation/AnimNodeBase.h |
FAnimationBaseContext()
| Name | FAnimationBaseContext |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimNodeBase.h |
| Include Path | #include "Animation/AnimNodeBase.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimNodeBase.cpp |
FAnimationBaseContext()
FAnimationBaseContext(FAnimationBaseContext &&)
| Name | FAnimationBaseContext |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimNodeBase.h |
| Include Path | #include "Animation/AnimNodeBase.h" |
PRAGMA_DISABLE_DEPRECATION_WARNINGS FAnimationBaseContext
(
FAnimationBaseContext &&
)
FAnimationBaseContext(const FAnimationBaseContext &)
| Name | FAnimationBaseContext |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimNodeBase.h |
| Include Path | #include "Animation/AnimNodeBase.h" |
FAnimationBaseContext
(
const FAnimationBaseContext &
)
FAnimationBaseContext(UAnimInstance *)
Description
DEPRECATED - Please use constructor that uses an FAnimInstanceProxy*.
| Name | FAnimationBaseContext |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimNodeBase.h |
| Include Path | #include "Animation/AnimNodeBase.h" |
FAnimationBaseContext
(
UAnimInstance * InAnimInstance
)
FAnimationBaseContext(FAnimInstanceProxy , FAnimationUpdateSharedContext )
| Name | FAnimationBaseContext |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimNodeBase.h |
| Include Path | #include "Animation/AnimNodeBase.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimNodeBase.cpp |
FAnimationBaseContext
(
FAnimInstanceProxy * InAnimInstanceProxy,
FAnimationUpdateSharedContext * InSharedContext
)