EnsureRetrievingVTablePtrDuringCtor

Ensures that current thread is during retrieval of vtable ptr of some [UClass](API\Runtime\CoreUObject\UObject\UClass).

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/CoreGlobals.h

Include

#include "CoreGlobals.h"

Syntax

void EnsureRetrievingVTablePtrDuringCtor
(
    const TCHAR * CtorSignature
)

Remarks

Ensures that current thread is during retrieval of vtable ptr of some UClass.

Parameters

Parameter

Description

CtorSignature

The signature of the ctor currently running to construct proper error message.

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