![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Public Member Functions | |
| FShaderCommonCompileJobIterator (FShaderCommonCompileJob *FirstLink) | |
| FORCEINLINE void | Next () |
| FORCEINLINE FShaderCommonCompileJobIterator & | operator++ () |
| FORCEINLINE FShaderCommonCompileJobIterator | operator++ (int) |
| FORCEINLINE | operator bool () const |
| FORCEINLINE bool | operator== (const FShaderCommonCompileJobIterator &Rhs) const |
| FORCEINLINE bool | operator!= (const FShaderCommonCompileJobIterator &Rhs) const |
| FORCEINLINE FShaderCommonCompileJob & | operator-> () const |
| FORCEINLINE FShaderCommonCompileJob & | operator* () const |
Copy of TIntrusiveLinkedListIterator, specific to FShaderCommonCompileJob
|
inlineexplicit |
|
inline |
Advances the iterator to the next element.
|
inlineexplicit |
conversion to "bool" returning true if the iterator is valid.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |