#include <SliceComponent.h>
Public Member Functions | |
| AZ_TYPE_INFO (SliceInstanceAddress, "{94142EA2-1319-44D5-82C8-A6D9D34A63BC}") | |
| SliceInstanceAddress (SliceReference *reference, SliceInstance *instance) | |
| SliceInstanceAddress (const SliceInstanceAddress &RHS) | |
| SliceInstanceAddress (const SliceInstanceAddress &&RHS) | |
| bool | operator== (const SliceInstanceAddress &rhs) const |
| bool | operator!= (const SliceInstanceAddress &rhs) const |
| SliceInstanceAddress & | operator= (const SliceInstanceAddress &RHS) |
| bool | IsValid () const |
| operator bool () const | |
| const SliceReference * | GetReference () const |
| SliceReference * | GetReference () |
| void | SetReference (SliceReference *reference) |
| const SliceInstance * | GetInstance () const |
| SliceInstance * | GetInstance () |
| void | SetInstance (SliceInstance *instance) |
Public Attributes | |
| SliceReference *& | first |
| SliceInstance *& | second |
Points to a specific instantiation of a nested slice.