Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/IImportSettingsParser
Description
Parses settings data from a json object. The format of the object is dependent on what the derived types expect
Derived Overrides
| Name | ParseFromJson |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Factories/ImportSettings.h |
| Include Path | #include "Factories/ImportSettings.h" |
void ParseFromJson
(
TSharedRef < class FJsonObject > ImportSettingsJson
)