Hello, ![]()
Is there any news about an updated version of FMOD for Unreal Engine 5.8?
If not, is there a temporary workaround we can use to update it ourselves while we wait for an official release?
Thank you, and have a great day
Hello, ![]()
Is there any news about an updated version of FMOD for Unreal Engine 5.8?
If not, is there a temporary workaround we can use to update it ourselves while we wait for an official release?
Thank you, and have a great day
Hi,
Support for Unreal Engine 5.8 is currently in QA and is planned for the next release (2.03.15). We don’t have a confirmed release date to share yet.
You could try recompiling the current FMOD for Unreal plugin against UE5.8 by following the Compiling the plugin section of our documentation.
Please note that UE5.8 is not officially supported yet, so this workaround has not been fully tested and you may encounter compatibility or compilation issues until the official integration is released.
Thanks for your patience!
Hi,
Thank you very much for your reply.
I’ll see what I can do with the document you sent me.
Thank you for your quick and helpful response.
Lucas
Hi there,
actually for anyone who wants to use FMOD with Unreal Engine 5.8 while waiting for the official plugin update, it’s possible to make it work by changing the signature of the following method in two files:
FMODAnimNotifyPlay.h change the metho definition with :
virtual void Notify(
USkeletalMeshComponent* MeshComp,
UAnimSequenceBase* AnimSeq,
const FAnimNotifyEventReference& EventReference
) override;
and FMODAnimNotifyPlay.cpp :
void UFMODAnimNotifyPlay::Notify(
USkeletalMeshComponent* MeshComp,
UAnimSequenceBase* AnimSeq,
const FAnimNotifyEventReference& EventReference
)
![]()
Thank you bro, you’re a life saver (literally)
Hi,
Is there an ETA on official UE5.8 support?
Hi, thanks for checking in.
We don’t have a firm ETA for the built UE5.8 integration just yet, but we’re working on getting it released.
In the meantime, the UE5.8 source integration is available here:
https://github.com/fmod/fmod-for-unreal/tree/2.03-UE5.8
Hope this helps!
Just a quick update for anyone who was asking about UE5.8 support:
UE5.8 support is now available in FMOD for Unreal 2.03.14, and the integration can be downloaded from the Download page.
Thanks for your patience!