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