AllocateUObjectIndexForCurrentThread

Adds a uobject to the global array which is used for uobject iteration

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/UObjectHash.h"

Source

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

Syntax

void AllocateUObjectIndexForCurrentThread
(
    class UObjectBase * Object
)

Remarks

Adds a uobject to the global array which is used for uobject iteration

Parameters

Parameter

Description

Object

Object to allocate an index for

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