Skip to content

Lib.flow.context.SetMatrixVar

Thomas Mann edited this page Sep 5, 2025 · 3 revisions

SetMatrixVar

in Lib.flow.context


Stores a matrix as an array of vector4 on the evaluation context. This is used internally by passing transform matrices between render passes for things like rendering shadow maps.


Input Parameters

Name (Relevancy & Type) Description
SubGraph (CommandRequired) -
VariableName (String) -
Value (Vector4[]Required) -
ClearAfterExecution (Boolean) -

Outputs

Name Type
Output T3.Core.DataTypes.Command

⚠ Everything else is automatically generated and will be overwritten regularly.

Clone this wiki locally