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