FAnimPhys::ConstrainSphericalOuter

Constrains the position of a body outside of the requested sphere

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Animation/AnimPhysicsSolver.h

Include

#include "Animation/AnimPhysicsSolver.h"

Source

/Engine/Source/Runtime/Engine/Private/Animation/AnimPhysicsSolver.cpp

Syntax

static void ConstrainSphericalOuter
(
    float DeltaTime,
    TArray< FAnimPhysLinearLimit > & LimitContainer,
    FAnimPhysRigidBody * Body,
    const FTransform & SphereTransform,
    float SphereRadius
)

Remarks

Constrains the position of a body outside of the requested sphere

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss