Navigation
API > API/Runtime > API/Runtime/LiveLinkMessageBusFramework
Description
Get the compression enum value given the LiveLink compression settings. This the value passed into the serializer and memory compressor.
| Name | UE::LiveLink::Compression::GetCoreCompressionFlags |
| Type | function |
| Header File | /Engine/Source/Runtime/LiveLinkMessageBusFramework/Public/LiveLinkCompression.h |
| Include Path | #include "LiveLinkCompression.h" |
namespace UE
{
namespace LiveLink
{
namespace Compression
{
ECompressionFlags UE::LiveLink::Compression::GetCoreCompressionFlags
(
ELiveLinkCompressionBias InBias
)
}
}
}