Navigation
API > API/Runtime > API/Runtime/Core
| |
|
| Name |
TGuardValue_Bitfield_Cleanup |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Core/Public/Templates/UnrealTemplate.h |
| Include Path |
#include "Templates/UnrealTemplate.h" |
Syntax
template<typename FuncType>
struct TGuardValue_Bitfield_Cleanup : public FNoncopyable
Inheritance Hierarchy
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
TGuardValue_Bitfield_Cleanup
(
FuncType&& InFunc
)
|
|
Templates/UnrealTemplate.h |
|
Destructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
~TGuardValue_Bitfield_Cleanup()
|
|
Templates/UnrealTemplate.h |
|
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Func |
FuncType |
|
Templates/UnrealTemplate.h |
|
Functions
Public