menu
 

AudiokineticのコミュニティQ&AはWwiseやStrataのコミュニティ内でユーザ同士が質問・回答をし合うことができるフォーラムです。Audiokineticテクニカルサポートチームからの回答をご希望の場合は、必ず サポートチケットページ をご利用ください。

+2 支持
Hello Audiokinetic,

I would like to determine the memory usage of a sound bank in my UE4 game. I am able to view the memory usage of the sound bank using the Profiler layout in the Wwise authoring tool. However, I would like to also have the memory usage available within the UE4 engine for logging purposes.

I attempted to invoke the C++ functions "AK::MemoryMgr::GetPoolStats" and "AK::MemoryMgr::GetPoolMemoryUsed" using the memory pool that the sound bank was loaded into, but these functions seem to return invalid values that don't match the values from the Wwise authoring tool.

How do I achieve this?
Johann L. (480 ポイント) General Discussion

Please sign-in or register to answer this question.

...