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