<UniquePointer> Data Interface

Provides script language access to C++ objects of this type.

Class HierarchyType » UniquePointer

Function Members

Function members are as follows:

Return Type Function Name Documentation
<Type>GetDataReturns a <Type> object pointer to the data referred to by this object.
<Type>RemoveDataRemoves the <Type> object referred to by this object and sets this object's internal pointer to nullptr.
int32SetDataSets this object's internal pointer to refer to the specified object.