Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObjectBase
Merged data for constinit UObjects to hold their name before the FName system is initialized The object flags RF_MarkAsNative | RF_NeedInitialization are used to assert correct use of this union.
| Name | FNameAndObjectHashIndex |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectBase.h |
| Include Path | #include "UObject/UObjectBase.h" |
Syntax
struct FNameAndObjectHashIndex
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
constexpr FNameAndObjectHashIndex () |
UObject/UObjectBase.h | ||
| UObject/UObjectBase.h | |||
FNameAndObjectHashIndex
(
FName InName |
UObject/UObjectBase.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Name | FName | UObject/UObjectBase.h |