Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/ObjectThumbnail.h |
Include | #include "Misc/ObjectThumbnail.h" |
Syntax
struct FObjectFullNameAndThumbnail
Remarks
Wraps an object's full name and thumbnail
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
int32 | FileOffset | Offset in the file where the data is stored |
![]() |
FName | ObjectFullName | Full name of the object |
![]() |
const FObjectThumbnail * | ObjectThumbnail | Thumbnail data |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Constructor | ||
![]() |
FObjectFullNameAndThumbnail
(
const FName InFullName, |
Constructor |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | CountBytes
(
FArchive& Ar |
Calculates the memory usage of this FObjectFullNameAndThumbnail. |