Navigation
API > API/Runtime > API/Runtime/AudioExtensions
| Name | TDataSnapshot |
| Type | class |
| Header File | /Engine/Source/Runtime/AudioExtensions/Public/IAudioProxyInitializer.h |
| Include Path | #include "IAudioProxyInitializer.h" |
Syntax
template<typename T>
class TDataSnapshot
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| IAudioProxyInitializer.h | |||
TDataSnapshot
(
TWeakPtr< const TDataSnapshotProducer< T > > InWeakProducer, |
IAudioProxyInitializer.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DataSnapshot | TSharedPtr< T > | IAudioProxyInitializer.h | ||
| WeakProducer | TWeakPtr< const TDataSnapshotProducer< T > > | IAudioProxyInitializer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetLatest() |
IAudioProxyInitializer.h | ||
bool IsUpdateAvailable() |
IAudioProxyInitializer.h | ||
bool IsValid() |
IAudioProxyInitializer.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
IAudioProxyInitializer.h | ||
T * operator->() |
IAudioProxyInitializer.h |