Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SViewport
Description
If true, the viewport's texture alpha is ignored when performing blending. In this case only the viewport tint opacity is used If false, the texture alpha is used during blending
| Name | SetIgnoreTextureAlpha |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/SViewport.h |
| Include Path | #include "Widgets/SViewport.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/SViewport.cpp |
void SetIgnoreTextureAlpha
(
const bool bInIgnoreTextureAlpha
)
Parameters
| Name | Remarks |
|---|---|
| bIgnoreTextureAlpha | If texture alpha should be ignored when blending. |