Navigation
API > API/Plugins > API/Plugins/Hotfix
| Name | FAssetHotfixRegistry |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/Hotfix/Public/AssetHotfixRegistry.h |
| Include Path | #include "AssetHotfixRegistry.h" |
Syntax
struct FAssetHotfixRegistry
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PendingAssetHotfixes | TMap< FName, FPendingAssetHotfixEntries > | AssetHotfixRegistry.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FPendingAssetHotfixEntries * FindHotfixesForAsset
(
FName AssetPath |
AssetHotfixRegistry.h | ||
| AssetHotfixRegistry.h | |||
bool HasPendingHotfixes() |
AssetHotfixRegistry.h | ||
| AssetHotfixRegistry.h | |||
| AssetHotfixRegistry.h | |||
bool RemoveEntriesFromSource
(
FName SourceTag |
AssetHotfixRegistry.h | ||
void Reset() |
AssetHotfixRegistry.h | ||
void StoreHotfixEntry
(
FName AssetPath, |
AssetHotfixRegistry.h | ||
bool TryApplyHotfixes
(
UObject* Asset, |
AssetHotfixRegistry.h |