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