Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USkeletalMesh
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FSkeletalMeshLODInfo * GetLODInfo
(
int32 Index |
Get LODInfo of the given index non-const. | Engine/SkeletalMesh.h | |
virtual const FSkeletalMeshLODInfo * GetLODInfo
(
int32 Index |
Get LODInfo of the given index const. USkinnedAsset interface. | Engine/SkeletalMesh.h |
GetLODInfo(int32)
Description
Get LODInfo of the given index non-const. USkinnedAsset interface.
| Name | GetLODInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/SkeletalMesh.h |
| Include Path | #include "Engine/SkeletalMesh.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SkeletalMesh.cpp |
virtual FSkeletalMeshLODInfo * GetLODInfo
(
int32 Index
)
GetLODInfo(int32)
Description
Get LODInfo of the given index const. USkinnedAsset interface.
| Name | GetLODInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/SkeletalMesh.h |
| Include Path | #include "Engine/SkeletalMesh.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SkeletalMesh.cpp |
virtual const FSkeletalMeshLODInfo * GetLODInfo
(
int32 Index
) const