Navigation
API > API/Editor > API/Editor/SkeletalMeshEditor > API/Editor/SkeletalMeshEditor/USkeletalMeshEditorSubsystem
References
| Module | SkeletalMeshEditor |
| Header | /Engine/Source/Editor/SkeletalMeshEditor/Public/SkeletalMeshEditorSubsystem.h |
| Include | #include "SkeletalMeshEditorSubsystem.h" |
| Source | /Engine/Source/Editor/SkeletalMeshEditor/Private/SkeletalMeshEditorSubsystem.cpp |
bool GetSectionCastShadow
&40;
const USkeletalMesh &42; SkeletalMesh,
const int32 LODIndex,
const int32 SectionIndex,
bool & bOutCastShadow
&41;
Remarks
Get bCastShadow from a section of a LOD of a Skeletal Mesh false if invalid mesh or LOD index or section index.
Parameters
| Name | Description |
|---|---|
| SkeletalMesh | Mesh to get number of vertices from. |
| LodIndex | Index of the mesh LOD. |
| SectionIndex | Index of the LOD section. |
| bOutCastShadow | The function will set the bCastShadow used by the section |