FGeometryCollectionSection

A set of triangles which are rendered with the same material.

Windows
MacOS
Linux

References

Module

GeometryCollectionCore

Header

/Engine/Source/Runtime/Experimental/GeometryCollectionCore/Public/GeometryCollection/GeometryCollectionSection.h

Include

#include "GeometryCollection/GeometryCollectionSection.h"

Syntax

struct FGeometryCollectionSection

Remarks

A set of triangles which are rendered with the same material.

Variables

Name Description

Public variable

int32

 

FirstIndex

Range of vertices and indices used when rendering this section.

Public variable

HHitProxy *

 

HitProxy

Public variable

int32

 

MaterialID

The index of the material with which to render this section.

Public variable

int32

 

MaxVertexIndex

Public variable

int32

 

MinVertexIndex

Public variable

int32

 

NumTriangles

Constructors

Name Description

Public function

FGeometryCollectionSection()

Constructor.

Functions

Name Description

Public function

bool

 

Serialize

(
    FArchive& Ar
)

Constants

Name

Description

InvalidIndex

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