Navigation
API > API/Runtime > API/Runtime/RenderCore
Mip fade settings, selectable by chosing a different EMipFadeSettings.
| Name | FMipFadeSettings |
| Type | struct |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderResource.h |
| Include Path | #include "RenderResource.h" |
Syntax
struct FMipFadeSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMipFadeSettings
(
float InFadeInSpeed, |
RenderResource.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FadeInSpeed | float | How many seconds to fade in one mip-level. | RenderResource.h | |
| FadeOutSpeed | float | How many seconds to fade out one mip-level. | RenderResource.h |