Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Templates/Function.h |
| Include | #include "Templates/Function.h" |
Syntax
struct FFunctionRefStoragePolicy
Functions
| Type | Name | Description | |
|---|---|---|---|
| std::remove_reference_t< FunctorType > * | Bind
(
FunctorType&& InFunc |
||
| void * | BindCopy
(
const FFunctionRefStoragePolicy& Other |
||
| void * | GetPtr () |
Returns a pointer to the callable object - needed by TFunctionRefBase. | |
| void | Unbind () |
Destroy any owned bindings - called by TFunctionRefBase only if Bind() or BindCopy() was called. |
Constants
| Name | Description |
|---|---|
| bCanBeNull |