unreal.GeometryScript_VertexColors

class unreal.GeometryScript_VertexColors(outer=None, name='None')

Bases: unreal.BlueprintFunctionLibrary

Geometry Script Library Mesh Vertex Color Functions

C++ Source:

  • Plugin: GeometryScripting

  • Module: GeometryScriptingCore

  • File: MeshVertexColorFunctions.h

classmethod set_mesh_constant_vertex_color(target_mesh, color, flags, clear_existing=False, debug=None) DynamicMesh

Set Mesh Constant Vertex Color

Parameters
Return type

DynamicMesh

classmethod set_mesh_per_vertex_colors(target_mesh, vertex_color_list, debug=None) DynamicMesh

Set Mesh Per Vertex Colors

Parameters
Return type

DynamicMesh