FImportObjectParams

Import the entire default properties block for the class specified

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Editor.h

Include

#include "Editor.h"

Syntax

struct FImportObjectParams

Remarks

Import the entire default properties block for the class specified

Variables

Name Description

Public variable

const TMap< AAc...

 

ActorRemapper

Provides a mapping from an existing actor to a new instance to which it should be remapped

Public variable

bool

 

bShouldCallEditChange

True if we should call PreEditChange/PostEditChange on the object as it's imported.

Public variable

int32

 

Depth

Current nesting level

Public variable

uint8 *

 

DestData

The location to import the property values to

Public variable

FObjectInstanci...

 

InInstanceGraph

Contains the mappings of instanced objects and components to their templates; used when recursively calling ImportObjectProperties; generally not necessary to specify a value when calling this function from other code

Public variable

int32

 

LineNumber

Used when importing defaults during script compilation for tracking which line we're currently for the purposes of printing compile errors

Public variable

UStruct *

 

ObjectStruct

The struct for the data we're importing

Public variable

const TCHAR ...

 

SourceText

Pointer to a buffer containing the values that should be parsed and imported

Public variable

UObject *

 

SubobjectOuter

The object corresponding to DestData; this is the object that will used as the outer when creating subobjects from definitions contained in SourceText

Public variable

UObject *

 

SubobjectRoot

The original object that ImportObjectProperties was called for.

Public variable

FFeedbackContex...

 

Warn

Output device to use for log messages

Constructors

Name Description

Public function

FImportObjectParams()

Constructor

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