LoadPath
Loads serialized Path object from AVDATA file.
Syntax
C++
Python
def LoadPath( inFilename: str, outPath: Path, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inFilename | str | Name of the source file | |
![]() |
outPath | Path | Deserialized output Path |


