UDEPRECATED_UUSDSceneImportOptions

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

USDImporter

Header

/Engine/Plugins/Importers/USDImporter/Source/USDImporter/Public/USDImportOptions.h

Include

#include "USDImportOptions.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(Config=EditorPerProjectUserSettings, Deprecated)
class UDEPRECATED_UUSDSceneImportOptions : public UDEPRECATED_UUSDImportOptions

Variables

Name Description

Public variable UProperty Category, EditAnywhere BlueprintReadWrite Config

bool

 

bFlattenHierarchy

If checked, all actors generated will have a world space transform and will not have any attachment hierarchy

Public variable UProperty Category, EditAnywhere, Meta BlueprintReadWrite Config

bool

 

bGenerateUniqueMeshes

This setting determines what to do if more than one USD prim is found with the same name.

Public variable UProperty Category, EditAnywhere BlueprintReadWrite Config

bool

 

bImportMeshes

Whether or not to import mesh geometry or to just spawn actors using existing meshes

Public variable UProperty Category, EditAnywhere BlueprintReadWrite Config

bool

 

bImportProperties

Whether or not to import custom properties and set their unreal equivalent on spawned actors

Public variable UProperty Category, EditAnywhere BlueprintReadWrite Config

EExistingActorP...

 

ExistingActorPolicy

Defines what should happen with existing actors

Public variable UProperty Category, EditAnywhere, Meta BlueprintReadWrite Config

EExistingAssetP...

 

ExistingAssetPolicy

What should happen with existing assets

Public variable UProperty Category, EditAnywhere, Meta BlueprintReadWrite Config

FDirectoryPath

 

PathForAssets

The path where new assets are imported

Public variable UProperty Category, EditAnywhere, Meta BlueprintReadWrite Config

int32

 

PurposesToImport

Only import prims with these specific purposes from the USD file

Constructors

Name Description

Public function

UDEPRECATED_UUSDSceneImportOptions

(
    const FObjectInitializer& ObjectIn...
)

Overridden from UObject

Name Description

Public function Virtual Const

bool

 

CanEditChange

(
    const FProperty* InProperty
)

Called by the editor to query whether a property of this object is allowed to be modified.

Public function Virtual

void

 

PostEditChangeProperty

(
    FPropertyChangedEvent& PropertyCha...
)

Called when a property on this object has been modified externally

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