UMagicLeapMovementComponent::GetDefaultSettings

Gets the default settings.

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 GetDefaultSettings
(
    FMagicLeapMovementSettings & OutSettings
) const

Remarks

Gets the default settings.

Returns

True if the default settings were retrieved, false otherwise.

Parameters

Parameter

Description

OutSettings

The default settings.

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