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