So trying to convert my code for the update and attach a UMediaSoundComponent to an actor to play mediaplayer sounds. However this:
Causes errors:
Code:
#include "Runtime/MediaAssets/Public/MediaSoundComponent.h"
Code:
Error C2039 '_InterlockedIncrement': is not a member of 'FWindowsPlatformAtomics' C:\Program Files\Epic Games\UE_4.18\Engine\Source\Runtime\MediaUtils\Public\MediaSampleQueue.h 150
Comment