UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SoftIK.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"
6#include "Math/MathFwd.h"
7
8namespace AnimationCore
9{
25 const FVector& RootLocation,
26 const float TotalChainLength,
27 const float SoftLengthPercent,
28 const float Alpha,
30}
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition AngularLimit.cpp:6
void SoftenIKEffectorPosition(const FVector &RootLocation, const float TotalChainLength, const float SoftLengthPercent, const float Alpha, FVector &InOutEffectorPosition)
Definition SoftIK.cpp:7