FMagicLeapMeshBlockInfo

Representation of a mesh block.

Windows
MacOS
Linux

References

Module

MagicLeap

Header

/Engine/Plugins/Lumin/MagicLeap/Source/MagicLeap/Public/MeshTrackerTypes.h

Include

#include "MeshTrackerTypes.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)([BlueprintType](Programming/UnrealArchitecture/Reference/Structs/Specifiers/BlueprintType))
struct FMagicLeapMeshBlockInfo

Remarks

Representation of a mesh block.

Variables

Name Description

Public variable UProperty Category BlueprintReadOnly visibleanywhere

FVector

 

BlockDimensions

The size of the mesh block bounding box (in Unreal Units).

Public variable UProperty Category BlueprintReadOnly visibleanywhere

FGuid

 

BlockID

The coordinate frame UID to represent the block.

Public variable UProperty Category BlueprintReadOnly visibleanywhere

FRotator

 

BlockOrientation

The orientation of the mesh block bounding box.

Public variable UProperty Category BlueprintReadOnly visibleanywhere

FVector

 

BlockPosition

The center of the mesh block bounding box.

Public variable UProperty Category BlueprintReadOnly visibleanywhere

EMagicLeapMeshS...

 

BlockState

The state of the mesh block.

Public variable UProperty Category BlueprintReadOnly visibleanywhere

FTimespan

 

Timestamp

The timestamp when block was updated.

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