InitOptions

Overload list

Choose your operating system:

Windows

macOS

Linux

Name Description

Public function

bool

 

InitOptions

(
    TSharedRef< IDatasmithScene > InSce...,
    const TSharedPtr< FJsonObject >& I...,
    bool bSilent
)

Please use other InitOptions() implementations, having a valid scene should not be a requirement for initializing the options.

Public function

bool

 

InitOptions

(
    const TSharedPtr< FJsonObject >& I...,
    const TOptional< FString >& InImpo...,
    bool bSilent
)

First part of the Init process, requires a call to SetupDestination and InitScene after that.