Navigation
API > API/Plugins > API/Plugins/UVEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UUVEditorBackgroundPreviewProperties
References
| Module | UVEditor |
| Header | /Engine/Plugins/Editor/UVEditor/Source/UVEditor/Public/UVEditorBackgroundPreview.h |
| Include | #include "UVEditorBackgroundPreview.h" |
Syntax
UCLASS&40;&41;
class UUVEditorBackgroundPreviewProperties : public UInteractiveToolPropertySet
Remarks
Visualization settings for the UUVEditorBackgroundPreview
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bUDIMsEnabled | ||
| bool | bVisible | Should the background be shown (Alt+B) | |
| TObjectPtr< UMaterial > | SourceMaterial | Display a background based on the selected material | |
| TObjectPtr< UTexture2D > | SourceTexture | Display a background based on the selected texture | |
| EUVEditorBackgroundSourceType | SourceType | Source of background visuals | |
| TArray< int32 > | UDIMBlocks |