Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FMaterialIRModule
Models a group of custom outputs contained in the module. Custom outputs are user-created and supplement the base outputs in the material (Normal, BaseColor, etc)
| Name | FCustomOutputGroup |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialIRModule.h |
| Include Path | #include "Materials/MaterialIRModule.h" |
Syntax
struct FCustomOutputGroup
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CustomOutputInstructionsBegin | int32 | The index in FMaterialIRModule::GetCustomOutputs() of the first output instruction in this group. | Materials/MaterialIRModule.h | |
| Name | FStringView | Name of the custom output group, e.g. "TangentOutput". | Materials/MaterialIRModule.h | |
| NumOutputs | int32 | The number of outputs in this group. | Materials/MaterialIRModule.h |