Navigation
API > API/Plugins > API/Plugins/RemoteSession
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DECLARE_DWORD_ACCUMULATOR_STAT
(
TEXT("RS.CapturedFrames/s") |
Channels/RemoteSessionImageChannel.h | ||
DECLARE_DWORD_ACCUMULATOR_STAT
(
TEXT("RS.SkippedFrames/s") |
Channels/RemoteSessionImageChannel.h | ||
DECLARE_DWORD_ACCUMULATOR_STAT
(
TEXT("RS.WaitingFrames/s") |
Receiving counters and stats. | Channels/RemoteSessionImageChannel.h | |
DECLARE_DWORD_ACCUMULATOR_STAT
(
TEXT("RS.DiscardedFrames/s") |
Channels/RemoteSessionImageChannel.h | ||
DECLARE_DWORD_ACCUMULATOR_STAT
(
TEXT("RS.MaxImageProcessTime") |
Channels/RemoteSessionImageChannel.h |
DECLARE_DWORD_ACCUMULATOR_STAT(TEXT("RS.CapturedFrames/s"))
| Name | DECLARE_DWORD_ACCUMULATOR_STAT |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Public/Channels/RemoteSessionImageChannel.h |
| Include Path | #include "Channels/RemoteSessionImageChannel.h" |
DECLARE_DWORD_ACCUMULATOR_STAT
(
TEXT("RS.CapturedFrames/s")
)
DECLARE_DWORD_ACCUMULATOR_STAT(TEXT("RS.SkippedFrames/s"))
| Name | DECLARE_DWORD_ACCUMULATOR_STAT |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Public/Channels/RemoteSessionImageChannel.h |
| Include Path | #include "Channels/RemoteSessionImageChannel.h" |
DECLARE_DWORD_ACCUMULATOR_STAT
(
TEXT("RS.SkippedFrames/s")
)
DECLARE_DWORD_ACCUMULATOR_STAT(TEXT("RS.WaitingFrames/s"))
Description
Receiving counters and stats.
| Name | DECLARE_DWORD_ACCUMULATOR_STAT |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Public/Channels/RemoteSessionImageChannel.h |
| Include Path | #include "Channels/RemoteSessionImageChannel.h" |
DECLARE_DWORD_ACCUMULATOR_STAT
(
TEXT("RS.WaitingFrames/s")
)
DECLARE_DWORD_ACCUMULATOR_STAT(TEXT("RS.DiscardedFrames/s"))
| Name | DECLARE_DWORD_ACCUMULATOR_STAT |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Public/Channels/RemoteSessionImageChannel.h |
| Include Path | #include "Channels/RemoteSessionImageChannel.h" |
DECLARE_DWORD_ACCUMULATOR_STAT
(
TEXT("RS.DiscardedFrames/s")
)
DECLARE_DWORD_ACCUMULATOR_STAT(TEXT("RS.MaxImageProcessTime"))
| Name | DECLARE_DWORD_ACCUMULATOR_STAT |
| Type | function |
| Header File | /Engine/Plugins/Experimental/RemoteSession/Source/RemoteSession/Public/Channels/RemoteSessionImageChannel.h |
| Include Path | #include "Channels/RemoteSessionImageChannel.h" |
DECLARE_DWORD_ACCUMULATOR_STAT
(
TEXT("RS.MaxImageProcessTime")
)