FEditableMeshElementAddress

Uniquely identifies a specific element within a mesh

Windows
MacOS
Linux

References

Module

EditableMesh

Header

/Engine/Plugins/Runtime/EditableMesh/Source/EditableMesh/Public/MeshElement.h

Include

#include "MeshElement.h"

Syntax

struct FEditableMeshElementAddress

Remarks

Uniquely identifies a specific element within a mesh

Variables

Name Description

Public variable

FPolygonGroupID

 

BoneID

Group or bone within a skeletal mesh

Public variable

FElementID

 

ElementID

The ID of the element within the mesh

Public variable

EEditableMeshEl...

 

ElementType

The type of element

Public variable

FEditableMeshSu...

 

SubMeshAddress

The sub-mesh address that the element is contained by

Constructors

Name Description

Public function

FEditableMeshElementAddress()

Default constructor that initializes variables to an invalid element address

Public function

FEditableMeshElementAddress

(
    const FEditableMeshSubMeshAddress&...,
    FVertexID InVertexID
)

Public function

FEditableMeshElementAddress

(
    const FEditableMeshSubMeshAddress&...,
    FEdgeID InEdgeID
)

Public function

FEditableMeshElementAddress

(
    const FEditableMeshSubMeshAddress&...,
    FPolygonID InPolygonID
)

Functions

Name Description

Public function Const

FString

 

ToString()

Convert to a string

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FEditableMeshElementAddress&...
)

Equality check

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