Navigation
API > API/Runtime > API/Runtime/uLangCore
A class which defines an operator() which will own storage of a callable and invoke the TFunctionRefCaller::Call function on it.
| Name | TFunctionRefBase |
| Type | struct |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/Function.h |
| Include Path | #include "uLang/Common/Containers/Function.h" |
Syntax
template<typename StorageType, typename FuncType>
struct TFunctionRefBase