Navigation
API > API/Developer > API/Developer/ShaderCompilerCommon
References
| Module | ShaderCompilerCommon |
| Header | /Engine/Source/Developer/ShaderCompilerCommon/Public/ShaderCompilerCommon.h |
| Include | #include "ShaderCompilerCommon.h" |
Syntax
struct FScopedDeclarations
Remarks
Structure to hold forward declarations for a specific scope/namespace chain for the HlslParser.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TConstArrayView< FStringView > | Scope | ||
| TConstArrayView< FStringView > | Symbols |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FScopedDeclarations
(
TConstArrayView< FStringView > InScope, |