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
struct FFunctionRefStoragePolicy
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
TRemoveReference< FunctorType >::Type * | 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 |