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::GenerateFactoryFileExtensions
(
const UFactory * InFactory,
FString & out_Filetypes,
FString & out_Extensions,
TMultiMap < uint32 , UFactory * > & out_FilterIndexToFactory
)
}
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 |