LoadMatrix


Loads a serialized Matrix object from an AVDATA file.

Syntax

C++
Python
 
def LoadMatrix(
	inFilename: str,
	outMatrix: Matrix,
	/
)
-> None

Parameters

Name Type Default Description
Input value inFilename str Name of the source file
Output value outMatrix Matrix Deserialized Matrix