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 FunctorType, bool bUnique, bool bOnHeap>
struct TStorageOwnerType
Specializations
TStorageOwnerType< FunctorType, false, bOnHeap >
TStorageOwnerType< FunctorType, true, bOnHeap >