![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Font.h>
Public Member Functions | |
| FFontCharacter () | |
| bool | Serialize (FArchive &Ar) |
Public Attributes | |
| int32 | StartU |
| int32 | StartV |
| int32 | USize |
| int32 | VSize |
| uint8 | TextureIndex |
| int32 | VerticalOffset |
Friends | |
| FArchive & | operator<< (FArchive &Ar, FFontCharacter &Ch) |
This struct is serialized using native serialization so any changes to it require a package version bump.
|
inline |
Serialization.
| Ar | - The archive with which to serialize. |
|
friend |
| int32 FFontCharacter::StartU |
| int32 FFontCharacter::StartV |
| uint8 FFontCharacter::TextureIndex |
| int32 FFontCharacter::USize |
| int32 FFontCharacter::VerticalOffset |
| int32 FFontCharacter::VSize |