Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCbFieldView
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMemoryView AsCustom
(
uint64 Id, |
Access the field as a custom sub-type with an integer identifier. | Serialization/CompactBinary.h | |
FMemoryView AsCustom
(
FUtf8StringView Name, |
Access the field as a custom sub-type with a string identifier. | Serialization/CompactBinary.h |
AsCustom(uint64, FMemoryView)
Description
Access the field as a custom sub-type with an integer identifier. Returns the provided default on error.
| Name | AsCustom |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h |
| Include Path | #include "Serialization/CompactBinary.h" |
| Source | /Engine/Source/Runtime/Core/Private/Serialization/CompactBinary.cpp |
FMemoryView AsCustom
(
uint64 Id,
FMemoryView Default
)
AsCustom(FUtf8StringView, FMemoryView)
Description
Access the field as a custom sub-type with a string identifier. Returns the provided default on error.
| Name | AsCustom |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h |
| Include Path | #include "Serialization/CompactBinary.h" |
| Source | /Engine/Source/Runtime/Core/Private/Serialization/CompactBinary.cpp |
FMemoryView AsCustom
(
FUtf8StringView Name,
FMemoryView Default
)