Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
| Name | UInterchangeHeterogeneousVolumeActorFactoryNode |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeHeterogeneousVolumeActorFactoryNode.h |
| Include Path | #include "InterchangeHeterogeneousVolumeActorFactoryNode.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UInterchangeHeterogeneousVolumeActorFactoryNode : public UInterchangeActorFactoryNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeBaseNode → UInterchangeFactoryBaseNode → UInterchangeActorFactoryNode → UInterchangeHeterogeneousVolumeActorFactoryNode
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Macro_CustomMaterialDependencyKey | const UE::Interchange::FAttributeKey | InterchangeHeterogeneousVolumeActorFactoryNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetCustomVolumetricMaterialUid
(
FString& MaterialFactoryNodeUid |
Gets the Uid of the material that should be assigned to the spawned HeterogeneousVolumeActor at its single material slot | InterchangeHeterogeneousVolumeActorFactoryNode.h |
|
bool SetCustomVolumetricMaterialUid
(
const FString& MaterialFactoryNodeUid |
Sets the Uid of the material that should be assigned to the spawned HeterogeneousVolumeActor at its single material slot | InterchangeHeterogeneousVolumeActorFactoryNode.h |
|
Overridden from UInterchangeFactoryBaseNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UClass * GetObjectClass() |
InterchangeHeterogeneousVolumeActorFactoryNode.h |