FClothingSystemRuntimeModuleNv

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

ClothingSystemRuntimeNv

Header

/Engine/Source/Runtime/ClothingSystemRuntimeNv/Public/ClothingSystemRuntimeModuleNv.h

Include

#include "ClothingSystemRuntimeModuleNv.h"

Syntax

class FClothingSystemRuntimeModuleNv :
    public IModuleInterface,
    public IClothingSimulationFactoryClassProvider

Constructors

Functions

Name Description

Public function

nv::cloth::C...

 

GetMeshQuadifier()

Public function

nv::cloth::F...

 

GetSoftwareFactory()

Overridden from IModuleInterface

Name Description

Public function Virtual

void

 

ShutdownModule()

Called before the module is unloaded, right before the module object is destroyed.

Public function Virtual

void

 

StartupModule()

Called right after the module DLL has been loaded and the module object has been created Load dependent modules here, and they will be guaranteed to be available during ShutdownModule.

Overridden from IClothingSimulationFactoryClassProvider

Name Description

Public function Virtual Const

TSubclassOf<...

 

GetClothingSimulationFactoryClass()

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

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