Navigation
API > API/Developer > API/Developer/SkeletalMeshUtilitiesCommon > API/Developer/SkeletalMeshUtilitiesCommon/FLODUtilities
Description
Refresh LOD Change
LOD has changed, it will have to notify all SMC that uses this SM and ask them to refresh LOD
| Name | RefreshLODChange |
| Type | function |
| Header File | /Engine/Source/Developer/SkeletalMeshUtilitiesCommon/Public/LODUtilities.h |
| Include Path | #include "LODUtilities.h" |
| Source | /Engine/Source/Developer/SkeletalMeshUtilitiesCommon/Private/LODUtilities.cpp |
static void RefreshLODChange
(
const USkeletalMesh * SkeletalMesh
)
Parameters
| Name | Remarks |
|---|---|
| InSkeletalMesh | SkeletalMesh that LOD has been changed for |