TProxyData

This class can be implemented to create a custom, threadsafe instance of a given [UObject](API\Runtime\CoreUObject\UObject\UObject).

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

AudioExtensions

Header

/Engine/Source/Runtime/AudioExtensions/Public/IAudioProxyInitializer.h

Include

#include "IAudioProxyInitializer.h"

Syntax

template<typename Type>
class TProxyData : public Audio::IProxyData

Remarks

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.

Constructors

Name Description

Public function

TProxyData()

Constants