Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FObjectCacheContext > API/Runtime/Engine/FObjectCacheContext/TComponentTypeCache
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TObjectCacheIterator< UComponentType > Get () |
ObjectCacheContext.h | ||
TObjectCacheIterator< UComponentType > Get
(
UAssetType* AssetType, |
ObjectCacheContext.h |
Get()
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ObjectCacheContext.h |
| Include Path | #include "ObjectCacheContext.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ObjectCacheContext.cpp |
template<typename ObjectIteratorType>
TObjectCacheIterator < UComponentType > Get()
Get(UAssetType *, GetNumFuncType, GetFuncType)
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ObjectCacheContext.h |
| Include Path | #include "ObjectCacheContext.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ObjectCacheContext.cpp |
template<typename ObjectIteratorType, typename GetNumFuncType, typename GetFuncType>
TObjectCacheIterator < UComponentType > Get
(
UAssetType * AssetType,
GetNumFuncType GetNumFunc,
GetFuncType GetFunc
)