UClass::HotReloadPrivateStaticClass

Called when a class is reloading from a DLL...updates various information in-place.

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/Class.cpp

Syntax

bool HotReloadPrivateStaticClass
(
    uint32 InSize,
    EClassFlags InClassFlags,
    EClassCastFlags InClassCastFlags,
    const TCHAR * InConfigName,
    ClassConstructorType InClassConstructor,
    ClassVTableHelperCtorCallerType InClassVTableHelperCtorCaller,
    ClassAddReferencedObjectsType InClassAddReferencedObjects,
    class UClass * TClass_Super_StaticClass,
    class UClass * TClass_WithinClass_StaticClass
)

Remarks

Called when a class is reloading from a DLL...updates various information in-place.

Parameters

Parameter

Description

InSize

sizeof the class

InClassFlags

Class flags for the class

InClassCastFlags

Cast Flags for the class

InConfigName

Config Name

InClassConstructor

Pointer to InternalConstructor

TClass_Super_StaticClass

Static class of the super class

TClass_WithinClass_StaticClass

Static class of the WithinClass

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