Module |
|
Header |
/Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildAction.h |
Include |
#include "DerivedDataBuildAction.h" |
Source |
/Engine/Source/Developer/DerivedDataCache/Private/DerivedDataBuildAction.cpp |
static FOptionalBuildAction Load
(
FStringView Name,
FCbObject && Action
)
Load a build action from compact binary.
A valid build action, or null on error.
Parameter |
Description |
---|---|
Name |
The name by which to identify this action for logging and profiling. |
Action |
The saved action to load. |