Navigation
Unreal Engine C++ API Reference > Plugins > ElectraDecoders
References
Module | ElectraDecoders |
Header | /Engine/Plugins/Media/ElectraCodecs/Source/ElectraDecoders/Public/ElectraDecodersUtils.h |
Include | #include "ElectraDecodersUtils.h" |
namespace ElectraDecodersUtil
{
template<typename T, typename C>
T ElectraDecodersUtil::AdvancePointer
(
T pPointer,
C numBytes
)
}
Remarks
Advance a pointer by a number of bytes.