UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
BlendSpace1D.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
8#pragma once
9
10#include "CoreMinimal.h"
13#include "BlendSpace1D.generated.h"
14
18UCLASS(config=Engine, hidecategories=Object, MinimalAPI, BlueprintType)
20{
22
23public:
24
25#if WITH_EDITORONLY_DATA
26 UPROPERTY()
28#endif
29
35 UPROPERTY(EditAnywhere, Category = InputInterpolation)
36 bool bScaleAnimation;
37
39 //~ Begin UBlendSpace Interface
40 virtual EBlendSpaceAxis GetAxisToScale() const override;
41#if WITH_EDITOR
42 virtual void SnapSamplesToClosestGridPoint() override;
43#endif
44 //~ End UBlendSpace Interface
45};
EBlendSpaceAxis
Definition BlendSpace.h:45
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
const bool
Definition NetworkReplayStreaming.h:178
#define UPROPERTY(...)
UObject definition macros.
Definition ObjectMacros.h:744
#define GENERATED_UCLASS_BODY(...)
Definition ObjectMacros.h:768
#define UCLASS(...)
Definition ObjectMacros.h:776
Definition Engine.Build.cs:7
Definition BlendSpace1D.h:20
Definition BlendSpace.h:467