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
3c2010d281269994deefcc86297a79247a9aeb34
UnrealEngineUWP/Engine/Source/Programs/UnrealVirtualizationTool/Private/UnrealVirtualizationTool.h

8 lines
160 B
C
Raw Normal View History

First pass of a standalone tool that can be used to virtualize and submit a given changelist. #rb PJ.Kack #jira UE-147055 #preflight 623c401ec3399da9533f1b29 ### Features - Designed to be a custom tool in P4V although it can be called manually. - The submit works just like the in editor package submission process. - If the changelist being submitted contains packages from multiple projects the tool can virtualize each project's packages in a separate pass. ### Limitations - Currently no way to auto install, this has to be compiled and set up manually - The tool is written in cpp and uses engine code, this is so we can share the in editor code for pushing payloads and work with any additional backend plugins that 3rd parties may have written. - If a changelist does not contain any packages, or the packages are in a project that does not support virtualization there will be a small amount of overhead while the tool works out that nothing needs to be done. [CL 19493529 by paul chipchase in ue5-main branch]
2022-03-24 08:26:10 -04:00
// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "Logging/LogMacros.h"
DECLARE_LOG_CATEGORY_EXTERN(LogVirtualizationTool, Log, All);
Reference in New Issue Copy Permalink
Powered by Gitea Page: 407ms Template: 11ms
English
English
Licenses API