Navigation
API > API/Plugins > API/Plugins/MultiUserClientLibrary
Result about changing frequency.
| Name | FChangeClientStreamFrequencyResponse |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertApp/MultiUserClient/Source/MultiUserClientLibrary/Public/Replication/Async/ChangeClientBlueprintParams.h |
| Include Path | #include "Replication/Async/ChangeClientBlueprintParams.h" |
Syntax
USTRUCT (BlueprintType )
struct FChangeClientStreamFrequencyResponse
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DefaultChangeErrorCode | TOptional< EMultiUserChangeFrequencyErrorCode > | Error for changing the default replication frequency. | Replication/Async/ChangeClientBlueprintParams.h |
|
| ObjectErrors | TMap< FSoftObjectPath, EMultiUserChangeFrequencyErrorCode > | Errors encountered for specific objects | Replication/Async/ChangeClientBlueprintParams.h |
|