Ark Server API (ASA) - Wiki
|
Classes | |
class | TMethodPtrResolver |
Friends | |
uint32 | GetTypeHash (const TBaseDynamicDelegate &Key) |
uint32 | GetTypeHash (const TBaseDynamicDelegate &Key) |
Additional Inherited Members | |
Protected Member Functions inherited from TScriptDelegate< TWeakPtr > | |
UE_DELEGATES_MT_ACCESS_DETECTOR (AccessDetector) | |
Protected Attributes inherited from TScriptDelegate< TWeakPtr > | |
TWeakPtr | Object |
FName | FunctionName |
Dynamic delegate template class (UObject-based, serializable). You'll use the various DECLARE_DYNAMIC_DELEGATE macros to create the actual delegate type, templated to the function signature the delegate is compatible with. Then, you can create an instance of that class when you want to assign functions to the delegate.
Definition at line 1002 of file DelegateSignatureImpl.inl.
|
inline |
Default constructor
Definition at line 1008 of file DelegateSignatureImpl.inl.
|
inlineexplicit |
Construction from an FScriptDelegate must be explicit. This is really only used by UObject system internals.
InScriptDelegate | The delegate to construct from by copying |
Definition at line 1015 of file DelegateSignatureImpl.inl.
|
inline |
Default constructor
Definition at line 1008 of file DelegateSignatureImpl.inl.
|
inlineexplicit |
Construction from an FScriptDelegate must be explicit. This is really only used by UObject system internals.
InScriptDelegate | The delegate to construct from by copying |
Definition at line 1015 of file DelegateSignatureImpl.inl.
|
inline |
Definition at line 1056 of file DelegateSignatureImpl.inl.
|
inline |
Definition at line 1056 of file DelegateSignatureImpl.inl.
|
inline |
Binds a UObject instance and a UObject method address to this delegate.
InUserObject | UObject instance |
InMethodPtr | Member function address pointer |
InFunctionName | Name of member function, without class name |
NOTE: Do not call this function directly. Instead, call BindDynamic() which is a macro proxy function that automatically sets the function name string for the caller.
Definition at line 1040 of file DelegateSignatureImpl.inl.
|
inline |
Binds a UObject instance and a UObject method address to this delegate.
InUserObject | UObject instance |
InMethodPtr | Member function address pointer |
InFunctionName | Name of member function, without class name |
NOTE: Do not call this function directly. Instead, call BindDynamic() which is a macro proxy function that automatically sets the function name string for the caller.
Definition at line 1040 of file DelegateSignatureImpl.inl.
|
friend |
Definition at line 1061 of file DelegateSignatureImpl.inl.
|
friend |
Definition at line 1061 of file DelegateSignatureImpl.inl.