Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization > API/Runtime/Core/Serialization/FArchiveState
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Serialization/Archive.h |
| Include | #include "Serialization/Archive.h" |
void SetShouldSkipCompilingAssets
&40;
bool Enabled
&41;
Remarks
Set whether or not it is allowed to skip serialization on assets still being compiled to avoid waiting unless strictly necessary.
Parameters
| Name | Description |
|---|---|
| Enabled | Set to true to enable skip serialization on compiling assets. |