Skip to content

Instantly share code, notes, and snippets.

@ashe23
ashe23 / AudioActor.cpp
Created May 16, 2018 09:05
Audio Decode in UE4
// Fill out your copyright notice in the Description page of Project Settings.
#include <AudioActor.h>
#include <Sound/SoundWave.h>
#include <Sound/SoundCue.h>
#include <ConstructorHelpers.h>
#include <WaveFileManager.h>
#include <Runtime/Engine/Classes/Components/AudioComponent.h>
#include <Runtime/Engine/Public/AudioDecompress.h>
#include <Engine.h>