Navigation
Unreal Engine C++ API Reference > Plugins > ElectraDecoders
Syntax
const TCHAR *const MustBeSuspendedInBackground
Remarks
FVariant(bool) : true - the decoder must not be used during application background, false - not needed
This tends to be more of a per-platform setting than a per-decoder-instance one, but it is more flexible to do it this way.