UClass::ConditionalRecompileClass

Conditionally recompiles the class after loading, in case any dependencies were also newly loaded

Windows
MacOS
Linux

Override Hierarchy

UClass::ConditionalRecompileClass()

UBlueprintGeneratedClass::ConditionalRecompileClass()

References

Module

CoreUObject

Header

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

Include

#include "UObject/Class.h"

Syntax

virtual void ConditionalRecompileClass
(
    FUObjectSerializeContext * InLoadContext
)

Remarks

Conditionally recompiles the class after loading, in case any dependencies were also newly loaded

Parameters

Parameter

Description

ObjLoaded

If set this is the list of objects that are currently loading, usualy GObjLoaded

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