FFieldCompiledInInfo

Base class for deferred native class registration

Windows
MacOS
Linux

Inheritance Hierarchy

FFieldCompiledInInfo

TClassCompiledInDefer

References

Module

CoreUObject

Header

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

Include

#include "UObject/UObjectBase.h"

Syntax

struct FFieldCompiledInInfo

Remarks

Base class for deferred native class registration

Variables

Name Description

Public variable

bool

 

bHasChanged

True if this class has changed after hot-reload (or new class)

Public variable

uint32

 

Crc

CRC of the generated code for this class

Public variable

UClass *

 

OldClass

Old UClass object

Public variable

SIZE_T

 

Size

Size of the class

Constructors

Name Description

Public function

FFieldCompiledInInfo

(
    SIZE_T InClassSize,
    uint32 InCrc
)

Functions

Name Description

Public function Const

const TCHAR ...

 

ClassPackage()

Return the package the class belongs in

Public function Const

UClass *

 

Register()

Registers the native class (constructs a UClass object)

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