Logo
Explore Help
Sign In
izzy/UnrealEngineUWP
0
0
Fork 0
You've already forked UnrealEngineUWP
mirror of https://github.com/izzy2lost/UnrealEngineUWP.git synced 2026-03-26 18:15:20 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
c245cdc36281eb0cd31c8265a263aaaed00a4580
UnrealEngineUWP/Engine/Source/Editor/VirtualizationEditor/Private/RehydrationMenuEntry.h

12 lines
247 B
C
Raw Normal View History

Move the rehydration context menu functionality from the statistics panel to its own code file #rb Per.Larsson #jira UE-162600 #rnx #preflight 6317334c7b21ad1e0a1448be - When the statistics panel lived in the DDC editor module it was easier to keep all virtualization functionality in one place. Now that we have our own module we can move it to its own code file for better readability. - Added a utility function ::SetupMenuEntries called when the module is started, we should add all future menu entries here. [CL 21816542 by paul chipchase in ue5-main branch]
2022-09-06 10:13:34 -04:00
// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
namespace UE::Virtualization
{
/** Adds an option to rehydrate packages under the asset context menu */
void SetupRehydrationContentMenuEntry();
} // namespace UE::Virtualization
Reference in New Issue Copy Permalink
Powered by Gitea Page: 590ms Template: 4ms
English
English
Licenses API