Navigation
Unreal Engine C++ API Reference > Developer > DerivedDataCache > FBuildAction
References
Module | DerivedDataCache |
Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildAction.h |
Include | #include "DerivedDataBuildAction.h" |
Source | /Engine/Source/Developer/DerivedDataCache/Private/DerivedDataBuildAction.cpp |
static [FOptionalBuildAction](API\Developer\DerivedDataCache\FOptionalBuildAction) Load ( const [FSharedString](API\Runtime\CoreUObject\Serialization\FSharedString) & Name, [FCbObject](API\Runtime\Core\Serialization\FCbObject) && Action )
Remarks
Load a build action from compact binary. A valid build action, or null on error.
Parameters
Name | Description |
---|---|
Name | The name by which to identify this action for logging and profiling. |
Action | The saved action to load. |