Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Serialization
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Serialization/DerivedData.h |
| Include | #include "Serialization/DerivedData.h" |
Syntax
class FDerivedDataIoOptions
Remarks
Options for operations on a Derived Data Reference.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Reads the entirety of the referenced data into a buffer that is allocated on demand. | |||
| constexpr | FDerivedDataIoOptions
(
FMutableMemoryView TargetView, |
Reads referenced data into the target view, with an optional offset into the source data. | |
| constexpr | FDerivedDataIoOptions
(
uint64 SourceOffset, |
Reads referenced data into a buffer that is allocated on demand, with an optional offset into the source data. |