UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
vdecmpeg4_Build.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
#pragma once
3
4
// This project has been optimized by hand and uses several tricks to improve performance.
5
// Unfortunately this generates a lot of false positives in static code analysis that we disable here for sanity.
6
7
//-V::547,523,594
8
9
#if defined(_MSC_VER)
10
#pragma warning(disable : 6385)
// the readable size is 'x' bytes, but 'y' bytes may be read
11
#pragma warning(disable : 6297)
// Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit value. Results might not be an expected value.
12
#endif
Engine
Source
Runtime
AVEncoder
Private
Decoders
vdecmpeg4
vdecmpeg4_Build.h
Generated by
1.9.8