Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FMaterialIRModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FEntryPoint & GetEntryPoint
(
int32 Index |
Gets the entry point of given Index previously added with AddEntryPoint(). | Materials/MaterialIRModule.h | |
const FEntryPoint & GetEntryPoint
(
int32 Index |
Materials/MaterialIRModule.h |
GetEntryPoint(int32)
Description
Gets the entry point of given Index previously added with AddEntryPoint().
| Name | GetEntryPoint |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialIRModule.h |
| Include Path | #include "Materials/MaterialIRModule.h" |
FEntryPoint & GetEntryPoint
(
int32 Index
)
GetEntryPoint(int32)
| Name | GetEntryPoint |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialIRModule.h |
| Include Path | #include "Materials/MaterialIRModule.h" |
const FEntryPoint & GetEntryPoint
(
int32 Index
) const