Namespace UE4.ClothingSystemRuntimeInterface
Classes
ClothingAssetBase
An interface object for any clothing asset the engine can use.
ClothingSimulationFactory
Any clothing simulation factory should derive from this interface object to interact with the engine
ClothingSimulationInteractor
If a clothing simulation is able to be interacted with at runtime then a derived interactor should be created, and at least the basic API implemented for that simulation.
Structs
ClothCollisionData
Cloth Collision Data
ClothCollisionPrim_Convex
Data for a single convex element A convex is a collection of planes, in which the clothing will attempt to stay outside of the shape created by the planes combined.
ClothCollisionPrim_Sphere
Data for a single sphere primitive in the clothing simulation.
ClothCollisionPrim_SphereConnection
Data for a single connected sphere primitive.