USkeletalMesh::RemoveMeshSection

Removes a specified section from the skeletal mesh, this is a destructive action

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/SkeletalMesh.h

Include

#include "Engine/SkeletalMesh.h"

Source

/Engine/Source/Runtime/Engine/Private/SkeletalMesh.cpp

Syntax

void RemoveMeshSection
(
    int32 InLodIndex,
    int32 InSectionIndex
)

Remarks

Removes a specified section from the skeletal mesh, this is a destructive action

Parameters

Parameter

Description

InLodIndex

Lod index to remove section from

InSectionIndex

Section index to remove

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