Navigation
API > API/Plugins > API/Plugins/InterchangeNodes > API/Plugins/InterchangeNodes/UInterchangeVolumeNode
Description
Sets the filename of the file with volume data (e.g. "C:/MyFolder/File.vdb").
This is stored on the translated node as well as the source data, as a volume import may discover other additional files in order to handle animated volume imports.
| Name | SetCustomFileName |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeVolumeNode.h |
| Include Path | #include "InterchangeVolumeNode.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Private/InterchangeVolumeNode.cpp |
UFUNCTION (BlueprintCallable, Category="Interchange | Node | Volume")
bool SetCustomFileName
(
const FString & AttributeValue
)