UMagicLeapHMDFunctionLibrary::SetStabilizationDepthActor

Set the actor whose location is used as the depth for timewarp stabilization.

Windows
MacOS
Linux

References

Module

MagicLeap

Header

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

Include

#include "MagicLeapHMDFunctionLibrary.h"

Source

/Engine/Plugins/Lumin/MagicLeap/Source/MagicLeap/Private/MagicLeapHMDFunctionLibrary.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="Rendering|MagicLeap")
static void SetStabilizationDepthActor
(
    const AActor * InStabilizationDepthActor,
    bool bSetFocusActor
)

Remarks

Set the actor whose location is used as the depth for timewarp stabilization.

Parameters

Parameter

Description

InStabilizationDepthActor

The actor that will be set as the new stabilization depth actor.

bSetFocusActor

True if the function should set the focus actor to match the passed in stabilization depth actor. (RECOMMENDED TO STAY CHECKED)

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