Navigation
API > API/Plugins > API/Plugins/MultiUserClientLibrary
Enqueues a request for changing a specific client's stream and / or authority. This class exposes IMultiUserReplication::EnqueueChanges.
| |
|
| Name |
UChangeClientAsyncAction |
| Type |
class |
| Header File |
/Engine/Plugins/Developer/Concert/ConcertApp/MultiUserClient/Source/MultiUserClientLibrary/Public/Replication/Async/ChangeClientAsyncAction.h |
| Include Path |
#include "Replication/Async/ChangeClientAsyncAction.h" |
Syntax
UCLASS ()
class UChangeClientAsyncAction : public UBlueprintAsyncActionBase
Inheritance Hierarchy
Classes
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| OnCompleted |
FOnChangeOperationCompleted |
Event that triggers when the operation completes. |
Replication/Async/ChangeClientAsyncAction.h |
- BlueprintAssignable
- Category="Multi-user"
|
Protected
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Replication/Async/ChangeClientAsyncAction.h |
|
Static
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Allows changing of a client's stream and authority. |
Replication/Async/ChangeClientAsyncAction.h |
- BlueprintCallable
- Category="Multi-user"
- Meta=(BlueprintInternalUseOnly="true", Keywords="Change Client Stream Authority Ownership Replication")
|