Navigation
API > API/Runtime > API/Runtime/TextureUtilitiesCommon
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDeveloperSettings
- UTextureImportSettings
References
| Module | TextureUtilitiesCommon |
| Header | /Engine/Source/Runtime/TextureUtilitiesCommon/Public/TextureImportSettings.h |
| Include | #include "TextureImportSettings.h" |
Syntax
class UTextureImportSettings : public UDeveloperSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| DisplayName | |||
| ToolTip |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UTextureImportSettings
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| ETextureImportPNGInfill | Get the PNGInfill setting, with Default mapped to a concrete choice. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
UObject interface | |
| void | Called after the C++ constructor and after the properties have been initialized, including those loaded from config. |