Navigation
API > API/Runtime > API/Runtime/TextureUtilitiesCommon
| Name | UTextureImportSettings |
| Type | class |
| Header File | /Engine/Source/Runtime/TextureUtilitiesCommon/Public/TextureImportSettings.h |
| Include Path | #include "TextureImportSettings.h" |
Syntax
UCLASS (Config=Editor, defaultconfig, Meta=(DisplayName="Texture Import"), MinimalAPI)
class UTextureImportSettings : public UDeveloperSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDeveloperSettings → UTextureImportSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UTextureImportSettings
(
const FObjectInitializer& ObjectInitializer |
TextureImportSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DisplayName | TextureImportSettings.h |
|
||
| ToolTip | TextureImportSettings.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int64 GetAutoLimitPixelCount() |
Get AutoLimitDimension as a pixel count (squared), and with sanity checks applied zero means do not limit | TextureImportSettings.h | |
ETextureImportPNGInfill GetPNGInfillMapDefault() |
Get the PNGInfill setting, with Default mapped to a concrete choice. | TextureImportSettings.h | |
bool IsImportAutoVTEnabled() |
IsImportAutoVTEnabled checks not just this config but also the project VT settings. | TextureImportSettings.h | |
virtual void PostInitProperties() |
TextureImportSettings.h |
Overridden from UDeveloperSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
TextureImportSettings.h |