Navigation
API > API/Developer > API/Developer/ShaderCompilerCommon > API/Developer/ShaderCompilerCommon/FSpirv
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSpirvConstIterator begin () |
Returns a constant iterator to the first instruction in this SPIR-V module. | SpirvCommon.h | |
FSpirvIterator begin () |
Returns an iterator to the first instruction in this SPIR-V module. | SpirvCommon.h |
begin()
Description
Returns a constant iterator to the first instruction in this SPIR-V module.
| Name | begin |
| Type | function |
| Header File | /Engine/Source/Developer/ShaderCompilerCommon/Public/SpirvCommon.h |
| Include Path | #include "SpirvCommon.h" |
FSpirvConstIterator begin() const
begin()
Description
Returns an iterator to the first instruction in this SPIR-V module.
| Name | begin |
| Type | function |
| Header File | /Engine/Source/Developer/ShaderCompilerCommon/Public/SpirvCommon.h |
| Include Path | #include "SpirvCommon.h" |
FSpirvIterator begin()