Public Member Functions | |
| PathOrUuid (AZStd::string path) | |
| PathOrUuid (const char *path) | |
| PathOrUuid (AZ::Uuid uuid) | |
| bool | IsUuid () const |
| const AZ::Uuid & | GetUuid () const |
| const AZStd::string & | GetPath () const |
| const AZStd::string & | ToString () const |
| bool | operator== (const PathOrUuid &rhs) const |
| operator bool () const | |
Static Public Member Functions | |
| static PathOrUuid | Create (AZStd::string val) |