Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/ObjectMacros.h |
Include | #include "UObject/ObjectMacros.h" |
Syntax
struct FUObjectCppClassStaticFunctions
Remarks
Collection of the pointers to our specified list of static functions that are defined on a specific c++ class, for reference by the corresponding UClass. The pointers in this structure point to the class's version of that function, if it exists, or to the version on the nearest parent class where it does exist, similar to a virtual function table in c++.
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FUObjectCppClassStaticFunctions
(
AddReferencedObjectsType InAddReferencedObjects, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
AddReferencedObjectsType | ||
![]() ![]() |
AppendToClassSchemaType | ||
![]() ![]() |
DeclareConstructClassesType | ||
![]() ![]() |
DeclareCustomVersionsType | ||
![]() ![]() |
bool | ||
![]() |
void | Reset () |
|
![]() |
void | SetAddReferencedObjects
(
AddReferencedObjectsType InAddReferencedObjects |
|
![]() |
void | SetAppendToClassSchema
(
AppendToClassSchemaType InAppendToClassSchema |
|
![]() |
void | SetDeclareConstructClasses
(
DeclareConstructClassesType InDeclareConstructClasses |
|
![]() |
void | SetDeclareCustomVersions
(
DeclareCustomVersionsType InDeclareCustomVersions |