unreal.RuntimeVirtualTextureUseStreamingMipsInEditorMode

class unreal.RuntimeVirtualTextureUseStreamingMipsInEditorMode

Bases: EnumBase

ERuntime Virtual Texture Use Streaming Mips in Editor Mode

C++ Source:

  • Module: Engine

  • File: RuntimeVirtualTextureComponent.h

ALWAYS: RuntimeVirtualTextureUseStreamingMipsInEditorMode = Ellipsis

Always show the streaming low mips in the editor

Type:

2

NEVER: RuntimeVirtualTextureUseStreamingMipsInEditorMode = Ellipsis

Never show the streaming low mips in the editor

Type:

0

PIE_ONLY: RuntimeVirtualTextureUseStreamingMipsInEditorMode = Ellipsis

Only show the streaming low mips when Play In Editor is active

Type:

1