FGCReferenceTokenStream::GetSkipReturnCount

Read return count stored at the index before the skip index.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/GarbageCollection.h"

Syntax

uint32 GetSkipReturnCount
(
    FGCSkipInfo SkipInfo
)

Remarks

Read return count stored at the index before the skip index. This is required to correctly return the right amount of levels when skipping over an empty array.

Parameters

Parameter

Description

SkipIndex

index of first token after array

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