UClothingSimulationFactoryNv::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

UClothingSimulationFactory::SupportsAsset()

UClothingSimulationFactoryNv::SupportsAsset()

References

Module

ClothingSystemRuntimeNv

Header

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

Include

#include "ClothingSimulationFactoryNv.h"

Source

/Engine/Source/Runtime/ClothingSystemRuntimeNv/Private/ClothingSimulationFactoryNv.cpp

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