Navigation
API > API/Plugins > API/Plugins/InterchangeOpenVDBImport
| Name | UInterchangeOpenVDBTranslator |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Extensions/OpenVDB/Source/Import/Public/InterchangeOpenVDBTranslator.h |
| Include Path | #include "InterchangeOpenVDBTranslator.h" |
Syntax
UCLASS (BlueprintType)
class UInterchangeOpenVDBTranslator :
public UInterchangeTranslatorBase,
public IInterchangeVolumePayloadInterface
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeTranslatorBase → UInterchangeOpenVDBTranslator
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UInterchangeOpenVDBTranslator() |
InterchangeOpenVDBTranslator.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Impl | TUniquePtr< UE::InterchangeOpenVDBTranslator::Private::UInterchangeOpenVDBTranslatorImpl > | End Interchange payload interfaces | InterchangeOpenVDBTranslator.h | |
| TranslatorSettings | TObjectPtr< UInterchangeVolumeTranslatorSettings > | InterchangeOpenVDBTranslator.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanImportSourceData
(
const UInterchangeSourceData* InSourceData |
InterchangeOpenVDBTranslator.h | ||
virtual UInterchangeTranslatorSettings * GetSettings() |
InterchangeOpenVDBTranslator.h | ||
virtual EInterchangeTranslatorAssetType GetSupportedAssetTypes() |
InterchangeOpenVDBTranslator.h | ||
| InterchangeOpenVDBTranslator.h | |||
virtual EInterchangeTranslatorType GetTranslatorType() |
Begin UInterchangeTranslatorBase interface | InterchangeOpenVDBTranslator.h | |
virtual TOptional< UE::Interchange::FVolumePayloadData > GetVolumePayloadData
(
const UE::Interchange::FVolumePayloadKey& PayloadKey |
End UInterchangeTranslatorBase interface Begin Interchange payload interfaces | InterchangeOpenVDBTranslator.h | |
virtual void ReleaseSource() |
InterchangeOpenVDBTranslator.h | ||
virtual void SetSettings
(
const UInterchangeTranslatorSettings* InterchangeTranslatorSettings |
InterchangeOpenVDBTranslator.h | ||
virtual bool Translate
(
UInterchangeBaseNodeContainer& BaseNodeContainer |
InterchangeOpenVDBTranslator.h |