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