UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
StompModule.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
Containers/UnrealString.h
"
6
#include "
CoreMinimal.h
"
7
#include "
Modules/ModuleInterface.h
"
8
#include "
Templates/SharedPointer.h
"
9
10
class
IStompClient
;
11
15
class
FStompModule
:
16
public
IModuleInterface
17
{
18
19
public
:
20
21
// FStompModule
22
29
static
STOMP_API
FStompModule
&
Get
();
30
31
#if WITH_STOMP
38
STOMP_API
TSharedRef<IStompClient>
CreateClient(
const
FString& Url,
const
FString&
OptAuthToken
= FString());
39
#endif
// #if WITH_STOMP
40
41
private
:
42
43
// IModuleInterface
44
49
STOMP_API
virtual
void
StartupModule()
override
;
50
55
STOMP_API
virtual
void
ShutdownModule()
override
;
56
57
59
static
FStompModule
* Singleton;
60
};
CoreMinimal.h
SharedPointer.h
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
ModuleInterface.h
UnrealString.h
FStompModule
Definition
StompModule.h:17
FStompModule::Get
static STOMP_API FStompModule & Get()
Definition
StompModule.cpp:38
IModuleInterface
Definition
ModuleInterface.h:14
IStompClient
Definition
IStompClient.h:16
TSharedRef
Definition
SharedPointer.h:153
Engine
Source
Runtime
Online
Stomp
Public
StompModule.h
Generated by
1.9.8