UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IMessageInterceptor.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
6#include "UObject/NameTypes.h"
7
9struct FGuid;
10
11
16{
17public:
18
25 virtual FName GetDebugName() const = 0;
26
33 virtual const FGuid& GetInterceptorId() const = 0;
34
42
43public:
44
47};
Definition NameTypes.h:617
Definition IMessageContext.h:225
Definition IMessageInterceptor.h:16
virtual FName GetDebugName() const =0
virtual ~IMessageInterceptor()
Definition IMessageInterceptor.h:46
virtual bool InterceptMessage(const TSharedRef< IMessageContext, ESPMode::ThreadSafe > &Context)=0
virtual const FGuid & GetInterceptorId() const =0
Definition SharedPointer.h:153
Definition Guid.h:109