SavePath


Saves serialized Path object as AVDATA file.

Syntax

C++
Python
 
def SavePath(
	inPath: Path,
	inFilename: str,
	/
)
-> None

Parameters

Name Type Default Description
Input value inPath Path Path to be serialized
Input value inFilename str Name of the target file