![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <CurveIdentifier.h>
Public Member Functions | |
| GENERATED_BODY () | |
| FAnimationCurveIdentifier ()=default | |
| FAnimationCurveIdentifier (const FSmartName &InSmartName, ERawCurveTrackTypes InCurveType) | |
| FAnimationCurveIdentifier (const SmartName::UID_Type &InUID, ERawCurveTrackTypes InCurveType) | |
| FAnimationCurveIdentifier (const FName &InName, ERawCurveTrackTypes InCurveType) | |
| bool | operator== (const FAnimationCurveIdentifier &Other) const |
| bool | operator!= (const FAnimationCurveIdentifier &Other) const |
| bool | IsValid () const |
| ENGINE_API void | PostSerialize (const FArchive &Ar) |
Friends | |
| uint32 | GetTypeHash (const FAnimationCurveIdentifier &CurveId) |
Script-friendly structure for identifying an animation curve. Wrapping the unique type and smart-name for use within the AnimDataController API.
|
default |
|
inline |
|
inlineexplicit |
|
inline |
| FAnimationCurveIdentifier::GENERATED_BODY | ( | ) |
|
inline |
|
inline |
|
inline |
|
friend |
| EVectorCurveChannel FAnimationCurveIdentifier::Axis = EVectorCurveChannel::Invalid |
| ETransformCurveChannel FAnimationCurveIdentifier::Channel = ETransformCurveChannel::Invalid |
| ERawCurveTrackTypes FAnimationCurveIdentifier::CurveType = ERawCurveTrackTypes::RCT_MAX |