Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FExternAnalysisContext
Description
Utility function that checks whether the given Stage is within an allowed stages mask. If not, it adds an error to the module, using DebugName for reference.
| Name | CheckStage |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialIRExtern.h |
| Include Path | #include "Materials/MaterialIRExtern.h" |
| Source | /Engine/Source/Runtime/Engine/Public/Materials/MaterialIRExtern.cpp |
bool CheckStage
(
EStage Stage,
EStageMask AllowedStages,
const TCHAR * DebugName
)