UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
AngularLimit.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3/*=============================================================================
4 AngularLimit.h: Angular limit features
5=============================================================================*/
6
7#pragma once
8
9#include "CommonAnimTypes.h"
10#include "CoreMinimal.h"
11#include "Math/MathFwd.h"
12#include "Math/Quat.h"
14
15namespace AnimationCore
16{
18}
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition AngularLimit.cpp:6
bool ConstrainAngularRangeUsingEuler(FQuat &InOutQuatRotation, const FQuat &InRefRotation, const FVector &InLimitMinDegrees, const FVector &InLimitMaxDegrees)
Definition AngularLimit.cpp:7