Navigation
API > API/Plugins > API/Plugins/WebAPIEditor > API/Plugins/WebAPIEditor/UWebAPIDefinition
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DataCacheType * AddOrGetImportedDataCache
(
FName InKey |
WebAPIDefinition.h | ||
UObject * AddOrGetImportedDataCache
(
FName InKey, |
Retrieves the custom data for the given key, or creates it if it doesn't exist. | WebAPIDefinition.h |
AddOrGetImportedDataCache(FName)
| Name | AddOrGetImportedDataCache |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/WebAPIDefinition.h |
| Include Path | #include "WebAPIDefinition.h" |
template<typename DataCacheType>
DataCacheType * AddOrGetImportedDataCache
(
FName InKey
)
AddOrGetImportedDataCache(FName, const TSubclassOf< UObject > &)
Description
Retrieves the custom data for the given key, or creates it if it doesn't exist.
| Name | AddOrGetImportedDataCache |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/WebAPIDefinition.h |
| Include Path | #include "WebAPIDefinition.h" |
| Source | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Private/WebAPIDefinition.cpp |
UObject * AddOrGetImportedDataCache
(
FName InKey,
const TSubclassOf < UObject > & InDataCacheClass
)