Navigation
API > API/Plugins > API/Plugins/PCGGeometryScriptInterop
Replace the array of materials on the dynamic mesh data.
| Name | UPCGSetMaterialsDynamicMeshSettings |
| Type | class |
| Header File | /Engine/Plugins/PCGInterops/PCGGeometryScriptInterop/Source/PCGGeometryScriptInterop/Public/Elements/PCGSetMaterialsDynamicMesh.h |
| Include Path | #include "Elements/PCGSetMaterialsDynamicMesh.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGSetMaterialsDynamicMeshSettings : public UPCGDynamicMeshBaseSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGDynamicMeshBaseSettings → UPCGSetMaterialsDynamicMeshSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Materials | TArray< TSoftObjectPtr< UMaterialInterface > > | Elements/PCGSetMaterialsDynamicMesh.h |
|