Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/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 Load
(
const FSharedString & Name,
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. |