FGCReferenceTokenStream::UpdateSkipIndexPlaceholder

Updates skip index place holder stored and passed in skip index index with passed in skip index.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/GarbageCollection.h

Include

#include "UObject/GarbageCollection.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/GarbageCollection.cpp

Syntax

void UpdateSkipIndexPlaceholder
(
    uint32 SkipIndexIndex,
    uint32 SkipIndex
)

Remarks

Updates skip index place holder stored and passed in skip index index with passed in skip index. The skip index is used to skip over tokens in the case of an emtpy dynamic array.

Updates skip index place holder stored and passed in skip index index with passed in skip index. The skip index is used to skip over tokens in the case of an empty dynamic array.

Parameters

Parameter

Description

SkipIndexIndex

index where skip index is stored at.

SkipIndex

index to store at skip index index

SkipIndexIndex

index where skip index is stored at.

SkipIndex

index to store at skip index index

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss