unreal.ShaderFunctionDefinition¶
- class unreal.ShaderFunctionDefinition¶
Bases:
StructBaseDescribes 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] Function name.param_types(Array[ShaderParamTypeDefinition]): [Read-Only] Function parameter types.