Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/UObject
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/UObject/NameTypes.h |
| Include | #include "UObject/NameTypes.h" |
Syntax
struct FMemoryImageName
Remarks
Predictably sized structure for representing an FName in memory images while allowing the size to be smaller than FScriptName when case-preserving behavior is not required.
Variables
| Type | Name | Description | |
|---|---|---|---|
| friend | FName |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMemoryImageName
(
EName Name |
|||
FMemoryImageName
(
const FName& Name |
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
EName Name |