![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ImplicitFunctions.h>
Public Member Functions | |
| TDistanceFieldToSkeletalField (InputBoundedImplicitType *DistanceField=nullptr, RealType FalloffDistance=10) | |
| TAxisAlignedBox3< RealType > | Bounds () |
| RealType | Value (const TVector< RealType > Pt) |
Public Attributes | |
| InputBoundedImplicitType * | DistanceField = nullptr |
| RealType | FalloffDistance = 10 |
Static Public Attributes | |
| static constexpr RealType | ZeroIsocontour = (RealType)0.421875 |
This class converts the interval [-falloff,falloff] to [0,1], Then applies Wyvill falloff function (1-t^2)^3. The result is a skeletal-primitive-like shape with the distance=0 isocontour lying just before midway in the range (at the .ZeroIsocontour constant)
|
inline |
|
inline |
|
inline |
| InputBoundedImplicitType* UE::Geometry::TDistanceFieldToSkeletalField< InputBoundedImplicitType, RealType >::DistanceField = nullptr |
| RealType UE::Geometry::TDistanceFieldToSkeletalField< InputBoundedImplicitType, RealType >::FalloffDistance = 10 |
|
staticconstexpr |