Ark Server API (ASA) - Wiki
|
#include <Archive.h>
Public Member Functions | |
TCheckedObjPtr () | |
TCheckedObjPtr (T *InObject) | |
FORCEINLINE TCheckedObjPtr & | operator= (T *InObject) |
FORCEINLINE T * | operator-> () const |
FORCEINLINE T *& | Get () |
FORCEINLINE bool | IsValid () const |
FORCEINLINE bool | IsError () const |
Private Attributes | |
T * | Object |
bool | bError |
Friends | |
class | FArchive |
Wrapper for UObject pointers, which checks that the base class is accurate, upon serializing (to prevent illegal casting)
|
inline |
|
inline |
|
inline |
|
inline |
Whether or not there was an error during the previous serialization. This occurs if an object was successfully serialized, but with the wrong base class (which net serialization may have to recover from, if there was supposed to be data serialized along with the object)
|
inline |
|
inline |
|
inline |
|
private |
|
private |