Navigation
API > API/Runtime > API/Runtime/Core
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/CoreGlobals.h |
| Include | #include "CoreGlobals.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/CoreMisc.cpp |
void EnsureRetrievingVTablePtrDuringCtor
(
const TCHAR * CtorSignature
)
Remarks
Ensures that current thread is during retrieval of vtable ptr of some UClass.
Parameters
| Name | Description |
|---|---|
| CtorSignature | The signature of the ctor currently running to construct proper error message. |