Navigation
API > API/Runtime > API/Runtime/AudioExtensions
This class can be implemented to create a custom, threadsafe instance of a given UObject. This is a CRTP class, and should always be subclassed with the name of the subclass.
| Name | TProxyData |
| Type | class |
| Header File | /Engine/Source/Runtime/AudioExtensions/Public/IAudioProxyInitializer.h |
| Include Path | #include "IAudioProxyInitializer.h" |
Syntax
template<typename Type>
class TProxyData : public Audio::IProxyData
Derived Classes
TProxyData derived class hierarchy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TProxyData() |
IAudioProxyInitializer.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| bWasAudioProxyClassImplemented | bool | IAudioProxyInitializer.h |