LoadPath


Loads serialized Path object from AVDATA file.

Syntax

C++
Python
 
def LoadPath(
	inFilename: str,
	outPath: Path,
	/
)
-> None

Parameters

Name Type Default Description
Input value inFilename str Name of the source file
Output value outPath Path Deserialized output Path