unreal.MaterialExpressionSceneDepth¶
- class unreal.MaterialExpressionSceneDepth(outer=None, name='None')¶
Bases:
unreal.MaterialExpressionMaterial Expression Scene Depth
C++ Source:
Module: Engine
File: MaterialExpressionSceneDepth.h
Editor Properties: (see get_editor_property/set_editor_property)
const_input(Vector2D): [Read-Write] only used if Input is not hooked updesc(str): [Read-Write] A description that level designers can add (shows in the material editor UI).input_mode(MaterialSceneAttributeInputMode): [Read-Write] Coordinates - UV coordinates to apply to the scene depth lookup. OffsetFraction - An offset to apply to the scene depth lookup in a 2d fraction of the screen.