FElementID

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

MeshDescription

Header

/Engine/Source/Runtime/MeshDescription/Public/MeshTypes.h

Include

#include "MeshTypes.h"

Syntax

struct FElementID

Variables

Name Description

Protected variable

int32

 

IDValue

The actual mesh element index this ID represents. Read-only.

Constructors

Name Description

Public function

FElementID()

Public function

FElementID

(
    const int32 InitIDValue
)

Functions

Name Description

Public function Const

int32

 

GetValue()

Public function Const

FString

 

ToString()

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FElementID& Other
)

Public function Const

bool

 

operator==

(
    const FElementID& Other
)

Constants

Name

Description

Invalid

Invalid element ID

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