Navigation
API > API/Plugins > API/Plugins/PixelStreamingInput > API/Plugins/PixelStreamingInput/FPixelStreamingInputMessage
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Emtpy constructor. Sets ID to next available ID, and Structure to []. | PixelStreamingInputMessage.h | ||
FPixelStreamingInputMessage
(
uint8 InId |
Constructor taking an ID. Sets Structure to []. | PixelStreamingInputMessage.h | |
FPixelStreamingInputMessage
(
TArray< EPixelStreamingMessageTypes > InStructure |
Constructor taking a Structure. Sets ID to next available ID. | PixelStreamingInputMessage.h | |
FPixelStreamingInputMessage
(
uint8 InId, |
Constructor taking an ID and a Structure. | PixelStreamingInputMessage.h |
FPixelStreamingInputMessage()
Description
Emtpy constructor. Sets ID to next available ID, and Structure to [].
| Name | FPixelStreamingInputMessage |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreamingInput/Public/PixelStreamingInputMessage.h |
| Include Path | #include "PixelStreamingInputMessage.h" |
| Source | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreamingInput/Private/PixelStreamingInputMessage.cpp |
FPixelStreamingInputMessage()
FPixelStreamingInputMessage(uint8)
Description
Constructor taking an ID. Sets Structure to [].
| Name | FPixelStreamingInputMessage |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreamingInput/Public/PixelStreamingInputMessage.h |
| Include Path | #include "PixelStreamingInputMessage.h" |
| Source | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreamingInput/Private/PixelStreamingInputMessage.cpp |
FPixelStreamingInputMessage
(
uint8 InId
)
FPixelStreamingInputMessage(TArray< EPixelStreamingMessageTypes >)
Description
Constructor taking a Structure. Sets ID to next available ID.
| Name | FPixelStreamingInputMessage |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreamingInput/Public/PixelStreamingInputMessage.h |
| Include Path | #include "PixelStreamingInputMessage.h" |
| Source | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreamingInput/Private/PixelStreamingInputMessage.cpp |
FPixelStreamingInputMessage
(
TArray < EPixelStreamingMessageTypes > InStructure
)
FPixelStreamingInputMessage(uint8, TArray< EPixelStreamingMessageTypes >)
Description
Constructor taking an ID and a Structure.
| Name | FPixelStreamingInputMessage |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreamingInput/Public/PixelStreamingInputMessage.h |
| Include Path | #include "PixelStreamingInputMessage.h" |
| Source | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreamingInput/Private/PixelStreamingInputMessage.cpp |
FPixelStreamingInputMessage
(
uint8 InId,
TArray < EPixelStreamingMessageTypes > InStructure
)