Navigation
Unreal Engine C++ API Reference > Runtime > Core > Templates
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/Function.h |
Include | #include "Templates/Function.h" |
Syntax
template<typename StorageType, typename Ret, typename... ParamTypes>
struct TFunctionRefBase< StorageType, Ret(ParamTypes...)>
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() ![]() |
void | Move all of the assert code out of line. | |
![]() ![]() |
bool | IsSet () |
|
![]() |
void | Reset () |
|
![]() |
|||
![]() |
TFunctionRefBase
(
TFunctionRefBase&& Other |
||
![]() |
TFunctionRefBase
(
TFunctionRefBase< OtherStorage, Ret(ParamTypes...)>&& Other |
||
![]() |
TFunctionRefBase
(
const TFunctionRefBase< OtherStorage, Ret(ParamTypes...)>& Other |
||
![]() |
TFunctionRefBase
(
const TFunctionRefBase& Other |
||
![]() |
TFunctionRefBase
(
FunctorType&& InFunc |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Ret | operator()
(
ParamTypes... Params |
|
![]() |
TFunctionRefBase & | operator=
(
TFunctionRefBase&& |
|
![]() |
TFunctionRefBase & | operator=
(
const TFunctionRefBase& |