![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AnimCurveTypes.h>
Inheritance diagram for FAnimCurveBase:Public Member Functions | |
| FAnimCurveBase () | |
| FAnimCurveBase (FName InName, int32 InCurveTypeFlags) | |
| FAnimCurveBase (FSmartName InName, int32 InCurveTypeFlags) | |
| ENGINE_API void | PostSerializeFixup (FArchive &Ar) |
| ENGINE_API bool | Serialize (FArchive &Ar) |
| ENGINE_API void | PostSerialize (const FArchive &Ar) |
| ENGINE_API void | SetCurveTypeFlag (EAnimAssetCurveFlags InFlag, bool bValue) |
| ENGINE_API void | ToggleCurveTypeFlag (EAnimAssetCurveFlags InFlag) |
| ENGINE_API bool | GetCurveTypeFlag (EAnimAssetCurveFlags InFlag) const |
| ENGINE_API void | SetCurveTypeFlags (int32 NewCurveTypeFlags) |
| ENGINE_API int32 | GetCurveTypeFlags () const |
| FName | GetName () const |
| void | SetName (FName InName) |
Float curve data for one track
|
inline |
|
inline |
| bool FAnimCurveBase::GetCurveTypeFlag | ( | EAnimAssetCurveFlags | InFlag | ) | const |
Return true if InFlag is set, false otherwise
| int32 FAnimCurveBase::GetCurveTypeFlags | ( | ) | const |
returns CurveTypeFlags
|
inline |
Get the name of this curve
| void FAnimCurveBase::SetCurveTypeFlag | ( | EAnimAssetCurveFlags | InFlag, |
| bool | bValue | ||
| ) |
Set InFlag to bValue
Set CurveTypeFlags to NewCurveTypeFlags This just overwrites CurveTypeFlags
| void FAnimCurveBase::ToggleCurveTypeFlag | ( | EAnimAssetCurveFlags | InFlag | ) |
Toggle the value of the specified flag