FLogReceivedEvent

Returns a delegate that is executed when the selected session received a log message from one of its instances.

Windows
MacOS
Linux

Inheritance Hierarchy

TBaseMulticastDelegate_ThreeParams< void, const TSharedRef< ISessionInfo > &, const TSharedRef< ISessionInstanceInfo > &, const TSharedRef< FSessionLogMessage > & >

ISessionManager::FLogReceivedEvent

References

Module

SessionServices

Header

/Engine/Source/Runtime/SessionServices/Public/ISessionManager.h

Include

#include "ISessionManager.h"

Syntax

class FLogReceivedEvent : public TBaseMulticastDelegate_ThreeParams< void, const TSharedRef< ISessionInfo > &, const TSharedRef< ISessionInstanceInfo > &, const TSharedRef< FSessionLogMessage > & >

Remarks

Returns a delegate that is executed when the selected session received a log message from one of its instances.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss