unreal.ShaderFunctionDefinition

class unreal.ShaderFunctionDefinition

Bases: unreal.StructBase

Describes a shader function signature.

C++ Source:

  • Plugin: ComputeFramework

  • Module: ComputeFramework

  • File: ShaderParamTypeDefinition.h

Editor Properties: (see get_editor_property/set_editor_property)

  • name (str): [Read-Only] Name: Function name.

  • param_types (Array(ShaderParamTypeDefinition)): [Read-Only] Param Types: Function parameter types.