unreal.RuntimeVirtualTextureMainPassType

class unreal.RuntimeVirtualTextureMainPassType

Bases: unreal.EnumBase

Enumeration of main pass behaviors when rendering to a runtime virtual texture.

C++ Source:

  • Module: Engine

  • File: RuntimeVirtualTextureEnum.h

ALWAYS

Always render to the main pass. Use this for items that both read from and write to a Runtime Virtual Texture.

Type

2

EXCLUSIVE

Render to the main pass if no associated Runtime Virtual Texture Volumes are set to ‘Hide Primitives’. This will render to the main pass if there is no matching Runtime Virtual Texture Volume placed in the scene.

Type

1

NEVER

Never render to the main pass. Use this for primitives that only render to Runtime Virtual Texture and can be missing if there is no virtual texture support.

Type

0