Ark Server API (ASE) - Wiki
|
#include <Function.h>
Public Member Functions | |
virtual IFunction_OwnedObject * | CopyToEmptyStorage (FFunctionStorage &Storage) const =0 |
virtual void * | GetAddress ()=0 |
virtual | ~IFunction_OwnedObject ()=0 |
Common interface to a callable object owned by TFunction.
Definition at line 64 of file Function.h.
|
inlinepure virtual |
|
pure virtual |
Creates a copy of the object in the allocator and returns a pointer to it.
Implemented in UE4Function_Private::TFunction_OwnedObject< T >.
|
pure virtual |
Returns the address of the object.
Implemented in UE4Function_Private::TFunction_OwnedObject< T >.