Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > Factories > UFactory
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Classes/Factories/Factory.h |
Include | #include "Factories/Factory.h" |
Source | /Engine/Source/Editor/UnrealEd/Private/Factories/Factory.cpp |
void SetAssetImportTask
(
class UAssetImportTask * Task
)
Remarks
Sets the import task being used with this factory
Parameters
Name | Description |
---|---|
Task | The import task or nullptr if it does not exist |