EPhysAssetFitGeomType

Unreal Engine C++ API Reference > Developer > PhysicsUtilities

References

   
Module PhysicsUtilities
Header /Engine/Source/Developer/PhysicsUtilities/Public/PhysicsAssetUtils.h
Include #include "PhysicsAssetUtils.h"

Syntax

enum EPhysAssetFitGeomType  
{  
    EFG_Box,  
    EFG_Sphyl,  
    EFG_Sphere,  
    EFG_TaperedCapsule,  
    EFG_SingleConvexHull,  
    EFG_MultiConvexHull,  
    EFG_LevelSet,  
    EFG_SkinnedLevelSet,  
}  

Values

Name Description
EFG_Box  
EFG_Sphyl  
EFG_Sphere  
EFG_TaperedCapsule  
EFG_SingleConvexHull  
EFG_MultiConvexHull  
EFG_LevelSet  
EFG_SkinnedLevelSet  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library