Navigation
API > API/Plugins > API/Plugins/AudioInsights
How the cache manage handles new incoming messages Cache - will save the incoming message inside the cache to be retrievable later Process - sends the message to the AudioInsights providers to be processed and displayed in the UI
| Name | UE::Audio::Insights::ECacheAndProcess |
| Type | enum |
| Header File | /Engine/Plugins/AudioInsights/Source/AudioInsights/Public/AudioInsightsTimingViewExtender.h |
| Include Path | #include "AudioInsightsTimingViewExtender.h" |
Syntax
namespace UE
{
namespace Audio
{
namespace Insights
{
enum ECacheAndProcess
{
Latest = 0,
CacheLatestNoProcess,
None,
}
}
}
}
Values
| Name | Remarks |
|---|---|
| Latest | |
| CacheLatestNoProcess | |
| None |