Navigation
API > API/Plugins > API/Plugins/InterchangeNodes > API/Plugins/InterchangeNodes/UInterchangeVolumeNode
Description
Gets 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 | GetCustomFileName |
| 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 GetCustomFileName
(
FString & AttributeValue
) const