Navigation
API > API/Developer > API/Developer/SkeletalMeshUtilitiesCommon > API/Developer/SkeletalMeshUtilitiesCommon/FLODUtilities
Description
Add or change the LOD data specified by LodIndex with the content of the sourceSkeletalMesh.
@Param DestinationSkeletalMesh - Skeletal mesh receiving the LOD data. @Param SourceSkeletalMesh - Skeletal mesh providing the LOD data we want to use to add or modify the specified destination LOD at LodIndex. The LOD we want to import is always the base LOD of the source mesh. @Param LodIndex - The destination lod index we want to add or modify. @Param SourceDataFilename - The file name we use to import the source skeletal mesh.
| Name | SetCustomLOD |
| 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 bool SetCustomLOD
(
USkeletalMesh * DestinationSkeletalMesh,
USkeletalMesh * SourceSkeletalMesh,
const int32 LodIndex,
const FString & SourceDataFilename
)