Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/SViewport
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/SViewport.h |
| Include | #include "Widgets/SViewport.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/SViewport.cpp |
void SetIgnoreTextureAlpha
&40;
const bool bInIgnoreTextureAlpha
&41;
Remarks
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
Parameters
| Name | Description |
|---|---|
| bIgnoreTextureAlpha | If texture alpha should be ignored when blending. |