IClothingSimulationFactoryClassProvider

An interface for a class that will provide default simulation factory classes Used by modules wanting to override clothing simulation to provide their own implementation

Windows
MacOS
Linux

Inheritance Hierarchy

IModularFeature

IClothingSimulationFactoryClassProvider

FClothingSystemRuntimeModuleNv

References

Module

ClothingSystemRuntimeInterface

Header

/Engine/Source/Runtime/ClothingSystemRuntimeInterface/Public/ClothingSimulationFactory.h

Include

#include "ClothingSimulationFactory.h"

Syntax

class IClothingSimulationFactoryClassProvider : public IModularFeature

Remarks

An interface for a class that will provide default simulation factory classes Used by modules wanting to override clothing simulation to provide their own implementation

Functions

Name Description

Public function Const

TSubclassOf<...

 

GetClothingSimulationFactoryClass()

Called by the engine to get the clothing simulation factory associated with this provider for skeletal mesh components (see USkeletalMeshComponent constructor).

Constants

Name

Description

FeatureName

The feature name to register against for providers.

Deprecated Functions

Name Description

Public function Virtual

UClass *

 

GetDefaultSimulationFactoryClass()

GetDefaultSimulationFactoryClass() has been deprecated. Use IClothingSimulationFactoryClassProvider::GetSimulationFactoryClass() or UClothingSimulationFactory::GetDefaultClothingSimulationFactoryClass() instead.

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