UClass::AssembleReferenceTokenStream

Assembles the token stream for realtime garbage collection by combining the per class only token stream for each class in the class hierarchy.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/Class.h"

Source

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

Syntax

void AssembleReferenceTokenStream
(
    bool bForce
)

Remarks

Assembles the token stream for realtime garbage collection by combining the per class only token stream for each class in the class hierarchy. This is only done once and duplicate work is avoided by using an object flag.

Parameters

Parameter

Description

bForce

Assemble the stream even if it has been already assembled (deletes the old one)

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