Files
UnrealEngine/Engine/Source/Developer/LegacyProjectLauncher/Private/Widgets/Shared/ProjectLauncherDelegates.h
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

15 lines
354 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "Delegates/Delegate.h"
#include "ILauncherProfile.h"
/**
* Delegate type for SLegacyProjectLauncher Profile running.
*
* The first parameter is the SLegacyProjectLauncher Profile that you want to run.
*/
DECLARE_DELEGATE_OneParam(FOnProfileRun, const ILauncherProfileRef&)