Navigation
API > API/Developer > API/Developer/ShaderCompilerCommon > API/Developer/ShaderCompilerCommon/TSpirvForwardIterator
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Initializes the iterator with a null pointer. | SpirvCommon.h | ||
TSpirvForwardIterator
(
const TSpirvForwardIterator& Other |
SpirvCommon.h | ||
TSpirvForwardIterator
(
T* InPtr, |
Initializes the iterator with the specified pointer. | SpirvCommon.h |
TSpirvForwardIterator()
Description
Initializes the iterator with a null pointer.
| Name | TSpirvForwardIterator |
| Type | function |
| Header File | /Engine/Source/Developer/ShaderCompilerCommon/Public/SpirvCommon.h |
| Include Path | #include "SpirvCommon.h" |
TSpirvForwardIterator()
TSpirvForwardIterator(const TSpirvForwardIterator &)
| Name | TSpirvForwardIterator |
| Type | function |
| Header File | /Engine/Source/Developer/ShaderCompilerCommon/Public/SpirvCommon.h |
| Include Path | #include "SpirvCommon.h" |
TSpirvForwardIterator
(
const TSpirvForwardIterator & Other
)
TSpirvForwardIterator(T *, bool)
Description
Initializes the iterator with the specified pointer.
| Name | TSpirvForwardIterator |
| Type | function |
| Header File | /Engine/Source/Developer/ShaderCompilerCommon/Public/SpirvCommon.h |
| Include Path | #include "SpirvCommon.h" |
TSpirvForwardIterator
(
T * InPtr,
bool bPointsAtHeader
)