UMagicLeapMovementComponent::ChangeRotation

Changes the rotation about the up-axis of the object being moved.

Windows
MacOS
Linux

References

Module

MagicLeapMovement

Header

/Engine/Plugins/Lumin/MagicLeapMovement/Source/Public/MagicLeapMovementComponent.h

Include

#include "MagicLeapMovementComponent.h"

Source

/Engine/Plugins/Lumin/MagicLeapMovement/Source/Private/MagicLeapMovementComponent.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Movement | MagicLeap")
bool ChangeRotation
(
    float DeltaDegrees
)

Remarks

Changes the rotation about the up-axis of the object being moved.

Returns

True if the rotation was changed, false otherwise.

Parameters

Parameter

Description

DeltaDegrees

The change (in degrees) of the rotation about the up axis.

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