UClothingAssetFactory::CreateFromSkeletalMesh

Given a target mesh and parameters describing the build operation, create a clothing asset for use on the mesh

Windows
MacOS
Linux

Override Hierarchy

UClothingAssetFactoryBase::CreateFromSkeletalMesh()

UClothingAssetFactory::CreateFromSkeletalMesh()

References

Module

ClothingSystemEditor

Header

/Engine/Source/Editor/ClothingSystemEditor/Public/ClothingAssetFactory.h

Include

#include "ClothingAssetFactory.h"

Source

/Engine/Source/Editor/ClothingSystemEditor/Private/ClothingAssetFactory.cpp

Syntax

virtual UClothingAssetBase * CreateFromSkeletalMesh
(
    USkeletalMesh * TargetMesh,
    FSkeletalMeshClothBuildParams & Params
)

Remarks

Given a target mesh and parameters describing the build operation, create a clothing asset for use on the mesh

Parameters

Parameter

Description

TargetMesh

The mesh to target

Params

Extra operation params (LOD/Section index etc...)

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