Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Factories > API/Editor/UnrealEd/Factories/UTextureFactory
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Factories/TextureFactory.h |
| Include | #include "Factories/TextureFactory.h" |
Syntax
enum EImageImportFlags
&123;
None = 0,
AllowNonPowerOfTwo = 1 << 0,
AllowReturnOfCompressedData = 1 << 1,
&125;
Values
| Name | Description |
|---|---|
| None | No options selected |
| AllowNonPowerOfTwo | Allows textures to be imported with dimensions that are not to the power of two |
| AllowReturnOfCompressedData | Allows the return of texture data in it's original compressed format, if this occurs then FImportImage::RawDataCompressionFormat will contain the returned format. |
Remarks
Flags to be used when calling ImportImage