UObjectCompiledInDeferStruct

Stashes the singleton function that builds a compiled in struct (StaticStruct).

Windows
MacOS
Linux

References

Module

CoreUObject

Header

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

Include

#include "UObject/UObjectBase.h"

Source

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

Syntax

void UObjectCompiledInDeferStruct
(
    class UScriptStruct *(*)() InRegister,
    const TCHAR * PackageName,
    const TCHAR * ObjectName,
    bool bDynamic,
    const TCHAR * DynamicPathName
)

Remarks

Stashes the singleton function that builds a compiled in struct (StaticStruct). Later, this is executed.

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