Navigation
API > API/Plugins > API/Plugins/PixelStreaming
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
size_t UE::PixelStreaming::ValueSize
(
T&& Value |
PixelStreamingBufferBuilder.h | ||
size_t UE::PixelStreaming::ValueSize
(
FString&& Value |
PixelStreamingBufferBuilder.h |
UE::PixelStreaming::ValueSize(T &&)
| Name | UE::PixelStreaming::ValueSize |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/PixelStreamingBufferBuilder.h |
| Include Path | #include "PixelStreamingBufferBuilder.h" |
namespace UE
{
namespace PixelStreaming
{
template<typename T>
size_t UE::PixelStreaming::ValueSize
(
T && Value
)
}
}
UE::PixelStreaming::ValueSize(FString &&)
| Name | UE::PixelStreaming::ValueSize |
| Type | function |
| Header File | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/PixelStreamingBufferBuilder.h |
| Include Path | #include "PixelStreamingBufferBuilder.h" |
namespace UE
{
namespace PixelStreaming
{
size_t UE::PixelStreaming::ValueSize
(
FString && Value
)
}
}