UFbxImportUI::SaveOptions

We want to change the last dialog state but not the CDO, so we cannot call [UObject::SaveConfig](API\Runtime\CoreUObject\UObject\UObject\SaveConfig) here.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Factories/FbxImportUI.h

Include

#include "Factories/FbxImportUI.h"

Source

/Engine/Source/Editor/UnrealEd/Private/Fbx/FbxFactory.cpp

Syntax

static void SaveOptions
(
    UObject * ObjectToSaveOptions
)

Remarks

We want to change the last dialog state but not the CDO, so we cannot call UObject::SaveConfig here. The problem is the class is use to store the import settings with the imported asset and the serialization is serializing the diff with the CDO. Data will be lost if the CDO change.

Save UI settings to ini file

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