IVREditorModule::UpdateActorPreview

Update the actor preview (for example, the view from a camera attached to a pawn) in VR mode

Windows
MacOS
Linux

References

Module

VREditor

Header

/Engine/Source/Editor/VREditor/Public/IVREditorModule.h

Include

#include "IVREditorModule.h"

Syntax

void UpdateActorPreview
(
    TSharedRef< class SWidget > InWidget,
    int32 Index,
    AActor * Actor,
    bool bIsDetached
)

Remarks

Update the actor preview (for example, the view from a camera attached to a pawn) in VR mode

Parameters

Parameter

Description

The

new actor preview widget

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