Navigation
API > API/Plugins > API/Plugins/WaveformTransformationsWidgets
| Name | FWaveformTransformationRendererMapper |
| Type | class |
| Header File | /Engine/Plugins/Editor/WaveformEditor/Source/WaveformTransformationsWidgets/Public/WaveformTransformationRendererMapper.h |
| Include Path | #include "WaveformTransformationRendererMapper.h" |
Syntax
class FWaveformTransformationRendererMapper
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Instance | TUniquePtr< FWaveformTransformationRendererMapper > | WaveformTransformationRendererMapper.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TransformationsTypeMap | TMap< const UClass *, FWaveformTransformRendererInstantiator > | WaveformTransformationRendererMapper.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FWaveformTransformRendererInstantiator * GetRenderer
(
const UClass* WaveformTransformationClass |
WaveformTransformationRendererMapper.h | ||
bool RegisterRenderer
(
const UClass* SupportedTransformation |
WaveformTransformationRendererMapper.h | ||
void UnregisterRenderer
(
const UClass* SupportedTransformation |
WaveformTransformationRendererMapper.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FWaveformTransformationRendererMapper & Get() |
Access the singleton instance for mapper | WaveformTransformationRendererMapper.h | |
static void Init() |
WaveformTransformationRendererMapper.h |