UClothingAssetCommon::IsValidLod

Returns `true_ if `InLodIndex_ is a valid LOD id (index into `ClothLodData_).

Windows
MacOS
Linux

Override Hierarchy

UClothingAssetBase::IsValidLod()

UClothingAssetCommon::IsValidLod()

References

Module

ClothingSystemRuntimeCommon

Header

/Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/ClothingAsset.h

Include

#include "ClothingAsset.h"

Source

/Engine/Source/Runtime/ClothingSystemRuntimeCommon/Private/ClothingAsset.cpp

Syntax

virtual bool IsValidLod
(
    int32 InLodIndex
) const

Remarks

Returns true_ if InLodIndex is a valid LOD id (index into `ClothLodData).

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