UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DirectLinkConnectionRequestHandler.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "DirectLinkCommon.h"
7
8
9
10namespace DirectLink
11{
12
20{
21public:
23 {
25 };
26
27public:
28 virtual ~IConnectionRequestHandler() = default;
29
34 virtual bool CanOpenNewConnection(const FSourceInformation& Source) = 0;
35
41};
42
43
44} // namespace DirectLink
45
Definition SharedPointer.h:692
Definition Guid.h:109