UProceduralMeshComponent::CreateMeshSection_LinearColor

Windows
MacOS
Linux

References

Module

ProceduralMeshComponent

Header

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

Include

#include "ProceduralMeshComponent.h"

Syntax

void CreateMeshSection_LinearColor
(
    int32 SectionIndex,
    const TArray< FVector > & Vertices,
    const TArray< int32 > & Triangles,
    const TArray< FVector > & Normals,
    const TArray< FVector2D > & UV0,
    const TArray< FLinearColor > & VertexColors,
    const TArray< FProcMeshTangent > & Tangents,
    bool bCreateCollision
)

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