Navigation
API > API/Developer > API/Developer/DerivedDataCache
Inheritance Hierarchy
- FBuildOutput
- FOptionalBuildOutput
References
| Module | DerivedDataCache |
| Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildOutput.h |
| Include | #include "DerivedDataBuildOutput.h" |
Syntax
class FOptionalBuildOutput : private UE::DerivedData::FBuildOutput
Remarks
A build output that can be null.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOptionalBuildOutput
(
FBuildOutput&& InOutput |
|||
FOptionalBuildOutput
(
const FBuildOutput& InOutput |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FBuildOutput & | Get () |
Returns the build output. The caller must check for null before using this accessor. | |
| FBuildOutput | Get () |
||
| bool | IsNull () |
||
| bool | IsValid () |
||
| void | Reset () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FOptionalBuildOutput & | operator=
(
FBuildOutput&& InOutput |
||
| FOptionalBuildOutput & | operator=
(
const FBuildOutput& InOutput |