SavePath
Saves serialized Path object as AVDATA file.
Syntax
C++
Python
def SavePath( inPath: Path, inFilename: str, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPath | Path | Path to be serialized | |
![]() |
inFilename | str | Name of the target file |

