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