Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::SliceComponent::SliceInstanceAddress Class Reference

#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
 
SliceInstanceAddressoperator= (const SliceInstanceAddress &RHS)
 
bool IsValid () const
 
 operator bool () const
 
const SliceReferenceGetReference () const
 
SliceReferenceGetReference ()
 
void SetReference (SliceReference *reference)
 
const SliceInstanceGetInstance () const
 
SliceInstanceGetInstance ()
 
void SetInstance (SliceInstance *instance)
 

Public Attributes

SliceReference *& first
 
SliceInstance *& second
 

Detailed Description

Points to a specific instantiation of a nested slice.


The documentation for this class was generated from the following file: