UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
CurveIdentifier.h File Reference
#include "CoreTypes.h"
#include "UObject/ObjectMacros.h"
#include "Kismet/BlueprintFunctionLibrary.h"
#include "Animation/SmartName.h"
#include "Animation/AnimCurveTypes.h"
#include "CurveIdentifier.generated.h"

Go to the source code of this file.

Classes

struct  FAnimationCurveIdentifier
 
struct  TStructOpsTypeTraits< FAnimationCurveIdentifier >
 
class  UAnimationCurveIdentifierExtensions
 

Enumerations

enum class  ETransformCurveChannel : uint8 { Position , Rotation , Scale , Invalid }
 
enum class  EVectorCurveChannel : uint8 { X , Y , Z , Invalid }
 

Enumeration Type Documentation

◆ ETransformCurveChannel

Enum used to determine a component channel of a transform curve

Enumerator
Position 
Rotation 
Scale 
Invalid 

◆ EVectorCurveChannel

enum class EVectorCurveChannel : uint8
strong

Enum used to determine an axis channel of a vector curve

Enumerator
Invalid