Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCbFieldView
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Access the field as a date/time. Returns a date/time at the epoch on error. | Serialization/CompactBinary.h | ||
FDateTime AsDateTime
(
FDateTime Default |
Access the field as a date/time. Returns the provided default on error. | Serialization/CompactBinary.h |
AsDateTime()
Description
Access the field as a date/time. Returns a date/time at the epoch on error.
| Name | AsDateTime |
| 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 |
FDateTime AsDateTime()
AsDateTime(FDateTime)
Description
Access the field as a date/time. Returns the provided default on error.
| Name | AsDateTime |
| 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 |
FDateTime AsDateTime
(
FDateTime Default
)