UProceduralMeshComponent::GetProcMeshSection

Get pointer to internal data for one section of this procedural mesh component.

Windows
MacOS
Linux

References

Module

ProceduralMeshComponent

Header

/Engine/Plugins/Runtime/ProceduralMeshComponent/Source/ProceduralMeshComponent/Public/ProceduralMeshComponent.h

Include

#include "ProceduralMeshComponent.h"

Source

/Engine/Plugins/Runtime/ProceduralMeshComponent/Source/ProceduralMeshComponent/Private/ProceduralMeshComponent.cpp

Syntax

FProcMeshSection * GetProcMeshSection
(
    int32 SectionIndex
)

Remarks

Get pointer to internal data for one section of this procedural mesh component.

that pointer will becomes invalid if sections are added or removed.

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