Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/TCache
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Set
(
const ObjectType& NewValue |
Utils/Cache.h | ||
void Set
(
InArgTypes&&... Args |
Utils/Cache.h |
Set(const ObjectType &)
| Name | Set |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Utils/Cache.h |
| Include Path | #include "Utils/Cache.h" |
void Set
(
const ObjectType & NewValue
)
Set(InArgTypes &&...)
| Name | Set |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Utils/Cache.h |
| Include Path | #include "Utils/Cache.h" |
template<typename... InArgTypes>
void Set
(
InArgTypes &&... Args
)