Navigation
API > API/Runtime > API/Runtime/EngineMessages
Authorization messages Implements a message for denying service access to a remote user.
| Name | FEngineServiceAuthDeny |
| Type | struct |
| Header File | /Engine/Source/Runtime/EngineMessages/Public/EngineServiceMessages.h |
| Include Path | #include "EngineServiceMessages.h" |
Syntax
USTRUCT ()
struct FEngineServiceAuthDeny
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| UserName | FString | Holds the name of the user that denied access. | EngineServiceMessages.h |
|
| UserToDeny | FString | Holds the name of the user that access is denied to. | EngineServiceMessages.h |
|