Navigation
API > API/Runtime > API/Runtime/CADKernel
| Name | TCache |
| Type | class |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Utils/Cache.h |
| Include Path | #include "Utils/Cache.h" |
Syntax
template<class ObjectType>
class TCache
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TCache () |
Utils/Cache.h | ||
TCache
(
InArgTypes&&... Args |
Utils/Cache.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Empty() |
Utils/Cache.h | ||
bool IsValid() |
Utils/Cache.h | ||
void Set
(
const ObjectType& NewValue |
Utils/Cache.h | ||
void Set
(
InArgTypes&&... Args |
Utils/Cache.h | ||
void SetReady() |
Utils/Cache.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator ObjectType &() |
Utils/Cache.h | ||
const ObjectType & operator*() |
Utils/Cache.h | ||
void operator+=
(
const ObjectType& NewValue |
Utils/Cache.h | ||
void operator=
(
const ObjectType& NewValue |
Utils/Cache.h | ||
ObjectType * operator->() |
Utils/Cache.h |