UClothingSimulationFactory::SupportsAsset

Given an asset, decide whether this factory can create a simulation to use the data inside (return false if data is invalid or missing in the case of custom data)

Windows
MacOS
Linux

Override Hierarchy

References

Module

ClothingSystemRuntimeInterface

Header

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

Include

#include "ClothingSimulationFactory.h"

Syntax

virtual bool SupportsAsset
(
    UClothingAssetBase * InAsset
)

Remarks

Given an asset, decide whether this factory can create a simulation to use the data inside (return false if data is invalid or missing in the case of custom data)

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