Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetEngine
| Name | FChaosClothAssetLodTransitionDataCache |
| Type | struct |
| Header File | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAssetEngine/Public/ChaosClothAsset/ClothLodTransitionDataCache.h |
| Include Path | #include "ChaosClothAsset/ClothLodTransitionDataCache.h" |
Syntax
USTRUCT ()
struct FChaosClothAssetLodTransitionDataCache
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LODTransitionDownData | TArray< FMeshToMeshVertData > | ChaosClothAsset/ClothLodTransitionDataCache.h | ||
| LODTransitionUpData | TArray< FMeshToMeshVertData > | LOD Transition mesh to mesh skinning weights. | ChaosClothAsset/ClothLodTransitionDataCache.h | |
| ModelHash | FMD5Hash | Hash of this model. | ChaosClothAsset/ClothLodTransitionDataCache.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Serialize
(
FArchive& Ar |
Custom serialize for MD5Hash. | ChaosClothAsset/ClothLodTransitionDataCache.h |