Navigation
API > API/Editor > API/Editor/UnrealEd
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/ObjectTools.h |
| Include | #include "ObjectTools.h" |
namespace ObjectTools
{
void ObjectTools&58;&58;GenerateFactoryFileExtensions
&40;
const UFactory &42; InFactory,
FString & out_Filetypes,
FString & out_Extensions,
TMultiMap< uint32, UFactory &42; > & out_FilterIndexToFactory
&41;
}
Remarks
Populates two strings with all of the file types and extensions the provided factory supports.
Parameters
| Name | Description |
|---|---|
| InFactory | Factory whose supported file types and extensions should be retrieved |
| out_Filetypes | File types supported by the provided factory, concatenated into a string |
| out_Extensions | Extensions supported by the provided factory, concatenated into a string |
| SupportedExtensions | If not null only extension in the list can be added |