Multiple relocations in the layer stack have the same target.
More...
#include <errors.h>
|
| static PcpErrorInvalidSameTargetRelocationsPtr | New () |
| | Returns a new error object.
|
| |
|
| SdfPath | targetPath |
| | The target path of the multiple invalid relocations.
|
| |
| std::vector< RelocationSource > | sources |
| | The sources of all relocates that relocate to the target path.
|
| |
| const PcpErrorType | errorType |
| | The error code.
|
| |
| PcpSite | rootSite |
| | The site of the composed prim or property being computed when the error was encountered.
|
| |
Multiple relocations in the layer stack have the same target.
Definition at line 816 of file errors.h.
◆ PcpErrorInvalidSameTargetRelocations::RelocationSource
| struct PcpErrorInvalidSameTargetRelocations::RelocationSource |
Info about each relocate source that has the same target path.
Definition at line 829 of file errors.h.
| Class Members |
|
SdfLayerHandle |
layer |
The layer containing the authored relocates. |
|
SdfPath |
owningPath |
The path to the prim where the relocates is authored. |
|
SdfPath |
sourcePath |
The source path of the invalid relocation. |
◆ ~PcpErrorInvalidSameTargetRelocations()
◆ New()
| static PcpErrorInvalidSameTargetRelocationsPtr New |
( |
| ) |
|
|
static |
Returns a new error object.
◆ ToString()
| PCP_API std::string ToString |
( |
| ) |
const |
|
overridevirtual |
◆ sources
The sources of all relocates that relocate to the target path.
Definition at line 839 of file errors.h.
◆ targetPath
The target path of the multiple invalid relocations.
Definition at line 826 of file errors.h.
The documentation for this class was generated from the following file: