Navigation
API > API/Plugins > API/Plugins/InterchangeImport
| Name | UInterchangeVolumeTranslatorSettings |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Volume/InterchangeVolumeTranslatorSettings.h |
| Include Path | #include "Volume/InterchangeVolumeTranslatorSettings.h" |
Syntax
UCLASS (BlueprintType, EditInlineNew, MinimalAPI)
class UInterchangeVolumeTranslatorSettings : public UInterchangeTranslatorSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeTranslatorSettings → UInterchangeVolumeTranslatorSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AnimationID | FString | Identifier set on the generated volume nodes (via SetCustomAnimationID) if they are part of an animation, to identify said animation. | Volume/InterchangeVolumeTranslatorSettings.h | |
| bTranslateAdjacentNumberedFiles | bool | Whether we should search the same folder of the translated file for other .vdb files whose file names differ from it only by a numbered suffix (e.g. "Tornado_0001.vdb, Tornado_0002.vdb, etc.), and translate those too. | Volume/InterchangeVolumeTranslatorSettings.h |
|