UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AnimationTypes.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
7#include "AnimationTypes.generated.h"
8
10USTRUCT(BlueprintType)
12{
14
15public:
16 UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = "Float")
17 float Value = 0.f;
18
19 UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = "Float")
21};
22
24USTRUCT(BlueprintType)
26{
28
29public:
30 UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = "Vector")
32
33 UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = "Vector")
35};
36
38USTRUCT(BlueprintType)
40{
42
43public:
44 UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = "Color")
46
47 UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = "Color")
49};
50
52USTRUCT(BlueprintType)
54{
56
57public:
58 UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = "Transform")
60
61 UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = "Transform")
63};
64
66USTRUCT(BlueprintType)
68{
70
71public:
72 UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = "Transforms")
73 TArray<FTransform> Transforms;
74
75 UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = "Names")
77};
78
80USTRUCT(BlueprintType)
82{
84
85public:
86 UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = "Transforms")
87 TArray<FTransform> Transforms;
88
89 UPROPERTY(BlueprintReadWrite, EditAnywhere, Category = "Names")
91};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define UPROPERTY(...)
UObject definition macros.
Definition ObjectMacros.h:744
#define GENERATED_BODY(...)
Definition ObjectMacros.h:765
#define USTRUCT(...)
Definition ObjectMacros.h:746
USkinnedMeshComponent float
Definition SkinnedMeshComponent.h:60
Definition NameTypes.h:617
Definition Array.h:670
Definition Color.h:486
Definition AnimationTypes.h:82
Definition AnimationTypes.h:68
Definition AnimationTypes.h:40
Definition AnimationTypes.h:12
Definition AnimationTypes.h:54
Definition AnimationTypes.h:26