Navigation
API > API/Plugins > API/Plugins/ProceduralMeshComponent > API/Plugins/ProceduralMeshComponent/UProceduralMeshComponent
Description
Get pointer to internal data for one section of this procedural mesh component. Note that pointer will becomes invalid if sections are added or removed.
| Name | GetProcMeshSection |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ProceduralMeshComponent/Source/ProceduralMeshComponent/Public/ProceduralMeshComponent.h |
| Include Path | #include "ProceduralMeshComponent.h" |
| Source | /Engine/Plugins/Runtime/ProceduralMeshComponent/Source/ProceduralMeshComponent/Private/ProceduralMeshComponent.cpp |
FProcMeshSection * GetProcMeshSection
(
int32 SectionIndex
)