UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EventLoopNotifierEventFd.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
BSDSocketTypes.h
"
6
#include "
CoreTypes.h
"
7
8
#if HAS_EVENTLOOP_NOTIFIER_EVENTFD
9
10
class
FEventLoopNotifierEventFd
11
{
12
public
:
13
bool
Init
();
14
void
Shutdown
();
15
16
void
Notify();
17
void
Clear
();
18
19
int32
GetFileDescriptorRead
()
const
{
return
FileDescriptorRead
; }
20
21
private
:
22
int32
FileDescriptorRead
=
INVALID_SOCKET
;
23
};
24
25
#endif
// HAS_EVENTLOOP_NOTIFIER_EVENTFD
EAnalyticsSessionShutdownType::Shutdown
@ Shutdown
BSDSocketTypes.h
CoreTypes.h
int32
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition
Platform.h:1125
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
Init
void Init()
Definition
LockFreeList.h:4
INVALID_SOCKET
#define INVALID_SOCKET
Definition
SocketSubsystemBSDPrivate.h:44
ESelectedObjectsModificationType::Clear
@ Clear
Engine
Source
Runtime
Online
Experimental
EventLoop
Public
EventLoop
BSDSocket
EventLoopNotifierEventFd.h
Generated by
1.9.8