Navigation
API > API/Runtime > API/Runtime/Engine
Collection of data specific to an Extern instruction.
| Name | FExternInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialIRExtern.h |
| Include Path | #include "Materials/MaterialIRExtern.h" |
Syntax
struct FExternInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DifferentialType | MIR::FType | The type of the screen-space partial differential of the value this extern evaluates. | Materials/MaterialIRExtern.h | |
| Flags | EExternFlags | A collection of flags that describe some of this extern's behavior. | Materials/MaterialIRExtern.h | |
| Name | FStringView | This extern's user-friendly name, shown in debug representations of a MIR graph. | Materials/MaterialIRExtern.h | |
| Type | MIR::FType | The type of the value this extern evaluates. | Materials/MaterialIRExtern.h |