Navigation
API > API/Runtime > API/Runtime/RenderCore
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/Shader.h |
| Include | #include "Shader.h" |
Syntax
class FSerializationHistoryTraversalState
Remarks
Tracks state when traversing a FSerializationHistory.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FSerializationHistory & | History | ||
| int32 | NextFullLengthIndex | ||
| int32 | NextTokenIndex |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSerializationHistoryTraversalState
(
const FSerializationHistory& InHistory |
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint32 | GetValue
(
int32 Offset |
Gets the length value from NextTokenIndex + Offset into history. | |
| void | StepBackward () |
||
| void | StepForward () |