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