FUsdStageViewModel

Windows
MacOS
Linux

References

Module

USDStageEditorViewModels

Header

/Engine/Plugins/Importers/USDImporter/Source/USDStageEditorViewModels/Public/USDStageViewModel.h

Include

#include "USDStageViewModel.h"

Syntax

class FUsdStageViewModel

Variables

Name Description

Public variable

TWeakObjectPtr<...

 

UsdStageActor

Functions

Name Description

Public function

void

 

CloseStage()

Public function

void

 

ImportStage()

Public function

void

 

NewStage

(
    const TCHAR* FilePath
)

Can pass nullptr to create an in-memory stage

Public function

void

 

OpenStage

(
    const TCHAR* FilePath
)

Public function

void

 

ReloadStage()

Public function

void

 

SaveStage()

Public function

void

 

SaveStageAs

(
    const TCHAR* FilePath
)

Temporary until SaveAs feature is properly implemented, may be removed in a future release

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