FLoadingContext

Helper struct used to pass the result of [ICoreTechInterface::LoadFile](API\Plugins\CADInterfaces\ICoreTechInterface\LoadFile\2) across dll boundaries when the [ICoreTechInterface](API\Plugins\CADInterfaces\ICoreTechInterface) object has been created through the DatasmithCADRuntime dll

Windows
MacOS
Linux

References

Module

CADInterfaces

Header

/Engine/Plugins/Enterprise/DatasmithCADImporter/Source/CADInterfaces/Public/CoreTechTypes.h

Include

#include "CoreTechTypes.h"

Syntax

struct FLoadingContext

Remarks

Helper struct used to pass the result of ICoreTechInterface::LoadFile across dll boundaries when the ICoreTechInterface object has been created through the DatasmithCADRuntime dll

Variables

Name Description

Public variable

TSharedPtr< TAr...

 

BodyMeshes

Public variable

const FString &

 

CachePath

Public variable

const FImportPa...

 

ImportParameters

Public variable

TSharedPtr< FAr...

 

SceneGraphArchive

Public variable

TSharedPtr< TAr...

 

WarningMessages

Constructors

Name Description

Public function

FLoadingContext

(
    const FLoadingContext& Other
)

Public function

FLoadingContext

(
    const FImportParameters& InImportP...,
    const FString& InCachePath
)

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