Navigation
API > API/Plugins > API/Plugins/InterchangeImport
| Name | UInterchangeAudioTranslatorBase |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Audio/Formats/InterchangeAudioTranslatorBase.h |
| Include Path | #include "Audio/Formats/InterchangeAudioTranslatorBase.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, Abstract)
class UInterchangeAudioTranslatorBase :
public UInterchangeTranslatorBase ,
public IInterchangeAudioPayloadInterface
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeTranslatorBase → UInterchangeAudioTranslatorBase
Implements Interfaces
Derived Classes
UInterchangeAudioTranslatorBase derived class hierarchy
Functions
Public
Overridden from UInterchangeTranslatorBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EInterchangeTranslatorAssetType GetSupportedAssetTypes() |
Audio/Formats/InterchangeAudioTranslatorBase.h | ||
| Begin UInterchangeTranslatorBase API | Audio/Formats/InterchangeAudioTranslatorBase.h | ||
virtual bool Translate
(
UInterchangeBaseNodeContainer& BaseNodeContainer |
Audio/Formats/InterchangeAudioTranslatorBase.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void LogError
(
FText&& ErrorText |
Audio/Formats/InterchangeAudioTranslatorBase.h | ||
void LogWarning
(
FText&& WarningText |
Audio/Formats/InterchangeAudioTranslatorBase.h | ||
virtual UInterchangeAudioSoundWaveNode * Translate_Internal
(
UInterchangeBaseNodeContainer& BaseNodeContainer |
End UInterchangeTranslatorBase API | Audio/Formats/InterchangeAudioTranslatorBase.h |