IClothingAssetFactoryProvider

An interface for a class that will provide a clothing asset factory, this should be registered as a feature under its FeatureName to be picked up by the engine

Windows
MacOS
Linux

Inheritance Hierarchy

IModularFeature

IClothingAssetFactoryProvider

FClothingSystemEditorModule

References

Module

ClothingSystemEditorInterface

Header

/Engine/Source/Editor/ClothingSystemEditorInterface/Public/ClothingAssetFactoryInterface.h

Include

#include "ClothingAssetFactoryInterface.h"

Syntax

class IClothingAssetFactoryProvider : public IModularFeature

Remarks

An interface for a class that will provide a clothing asset factory, this should be registered as a feature under its FeatureName to be picked up by the engine

Functions

Name Description

Public function

UClothingAss...

 

GetFactory()

Called by the engine to retrieve a valid factory from a provider This can be the default object for the factory class or a full instance

Constants

Name

Description

FeatureName

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