FGCSkipInfo

Convenience structure containing all necessary information for skipping a dynamic array

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/GarbageCollection.h"

Syntax

struct FGCSkipInfo

Remarks

Convenience structure containing all necessary information for skipping a dynamic array

Variables

Name Description

Public variable

union FGCSkipIn...

 

@607

Mapping to exactly one uint32

Public variable

uint32: 8

 

InnerReturnCount

Return depth not taking into account embedded arrays.

Public variable

uint32: 24

 

SkipIndex

Skip index

Public variable

uint32

 

Value

Uint32 value of skip info, used for easy conversion to/ from uint32 for token array

Constructors

Name Description

Public function

FGCSkipInfo()

Default constructor

Public function

FGCSkipInfo

(
    uint32 InValue
)

Constructor

Operators

Name Description

Public function Const

 

operator uint32()

Uint32 conversion operator

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