Navigation
API > API/Runtime > API/Runtime/Engine
Extern definition that relies on the specification given by a FExternFromInlineDecl instance. Important: The declaration is only referenced to keep the Extern instruction size compact. Make sure the declaration lifetime is equal or longer than the translated MIR Module.
| Name | FExternFromInlineDecl |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialIRExtern.h |
| Include Path | #include "Materials/MaterialIRExtern.h" |
Syntax
struct FExternFromInlineDecl
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FExternFromInlineDecl
(
const FExternInlineDeclaration* Decl |
Materials/MaterialIRExtern.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Decl | const FExternInlineDeclaration * | Materials/MaterialIRExtern.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Analyze
(
FExternAnalysisContext& Context |
Materials/MaterialIRExtern.h | ||
void AnalyzeInStage
(
FExternAnalysisContext& Context, |
Materials/MaterialIRExtern.h | ||
MIR::FExternInfo GetInfo() |
Implementation of the CExternDefinition concept. | Materials/MaterialIRExtern.h | |
void ToHLSL
(
FExternPrinterHLSL& Printer |
Materials/MaterialIRExtern.h |