Navigation
API > API/Plugins > API/Plugins/StormSyncEditor > API/Plugins/StormSyncEditor/UStormSyncNotificationSubsystem
Description
Called from OnStartSendingBuffer() right before sending the stream. Used to update the total expected size based on buffer to send.
| Name | UpdateProgressBarNotificationOnStart |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/StormSync/Source/StormSyncEditor/Public/Subsystems/StormSyncNotificationSubsystem.h |
| Include Path | #include "Subsystems/StormSyncNotificationSubsystem.h" |
| Source | /Engine/Plugins/VirtualProduction/StormSync/Source/StormSyncEditor/Private/Subsystems/StormSyncNotificationSubsystem.cpp |
virtual void UpdateProgressBarNotificationOnStart
(
const FString & InRemoteAddress,
const int32 InBufferSize
)