FMagicLeapSharedWorldAlignmentTransforms

Transforms to be used by all clients to align their coordinate spaces.

Windows
MacOS
Linux

References

Module

MagicLeapSharedWorld

Header

/Engine/Plugins/Lumin/MagicLeapPassableWorld/Source/MagicLeapSharedWorld/Public/MagicLeapSharedWorldTypes.h

Include

#include "MagicLeapSharedWorldTypes.h"

Syntax

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

Remarks

Transforms to be used by all clients to align their coordinate spaces. These transforms are sent by either an authoritative or pseudo-authoritative ("chosen one") client to the server via AMagicLeapSharedWorldPlayerController::ServerSetAlignmentTransforms() which redirects it to the AMagicLeapSharedWorldGameState instance from where these transforms are replicated to all clients to use locally for alignment. These transforms can also be set by the server, if they are saved from a previous session.

Variables

Name Description

Public variable UProperty Category BlueprintReadWrite

TArray< FTransf...

 

AlignmentTransforms

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