Navigation
API > API/Plugins > API/Plugins/ChaosCaching
Helper to handle automatic global registration for adapter types - with type checking for valid adapter types
| Name | TAutoRegisterCacheAdapter |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Public/Chaos/Adapters/CacheAdapter.h |
| Include Path | #include "Chaos/Adapters/CacheAdapter.h" |
Syntax
template<typename AdapterType>
struct TAutoRegisterCacheAdapter
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TAutoRegisterCacheAdapter() |
Chaos/Adapters/CacheAdapter.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~TAutoRegisterCacheAdapter() |
Chaos/Adapters/CacheAdapter.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Adapter | AdapterType | Chaos/Adapters/CacheAdapter.h |