UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MockDataMeshTrackerComponent.h File Reference
#include "Components/SceneComponent.h"
#include "Delegates/DelegateCombinations.h"
#include "MockDataMeshTrackerComponent.generated.h"

Go to the source code of this file.

Classes

class  UMockDataMeshTrackerComponent
 

Enumerations

enum class  EMeshTrackerVertexColorMode : uint8 { UMETA =(DisplayName = "No Vertex Color") , UMETA =(DisplayName = "Vertex Confidence") , UMETA =(DisplayName = "Blocks Colored") }
 

Functions

 DEFINE_LOG_CATEGORY_STATIC (LogMockMeshDataTracker, Log, All)
 

Enumeration Type Documentation

◆ EMeshTrackerVertexColorMode

Vertex color mode.

Enumerator
UMETA 

Vertex Color is not set.

UMETA 

Vertex confidence is interpolated between two specified colors.

UMETA 

Each block is given a color from a list.

Function Documentation

◆ DEFINE_LOG_CATEGORY_STATIC()

DEFINE_LOG_CATEGORY_STATIC ( LogMockMeshDataTracker  ,
Log  ,
All   
)