Init

Overload list

Choose your operating system:

Windows

macOS

Linux

Name Description

Public function

bool

 

Init

(
    const FString& InImportPath,
    EObjectFlags InFlags,
    FFeedbackContext* InWarn,
    const TSharedPtr< FJsonObject >& I...,
    bool bSilent
)

Initialize members required before loading anything, must call InitScene() independendly when using this function.

Public function

bool

 

Init

(
    TSharedRef< IDatasmithScene > InSce...,
    const FString& InImportPath,
    EObjectFlags InFlags,
    FFeedbackContext* InWarn,
    const TSharedPtr< FJsonObject >& I...,
    bool bSilent
)

The options initialization should not require a scene. Please use other implemetantion of Init() and call InitScene() individually.