Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCbFieldView
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Access the field as a timespan. Returns an empty timespan on error. | Serialization/CompactBinary.h | ||
FTimespan AsTimeSpan
(
FTimespan Default |
Access the field as a timespan. Returns the provided default on error. | Serialization/CompactBinary.h |
AsTimeSpan()
Description
Access the field as a timespan. Returns an empty timespan on error.
| Name | AsTimeSpan |
| 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 |
FTimespan AsTimeSpan()
AsTimeSpan(FTimespan)
Description
Access the field as a timespan. Returns the provided default on error.
| Name | AsTimeSpan |
| 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 |
FTimespan AsTimeSpan
(
FTimespan Default
)