Navigation
API > API/Plugins > API/Plugins/CustomDetailsView
| |
|
| Name |
ECustomDetailsViewBuildType |
| Type |
enum |
| Header File |
/Engine/Plugins/VirtualProduction/CustomDetailsView/Source/CustomDetailsView/Public/ICustomDetailsView.h |
| Include Path |
#include "ICustomDetailsView.h" |
Syntax
enum ECustomDetailsViewBuildType
{
Auto,
InstantBuild,
DeferredBuild,
}
Values
| Name |
Remarks |
| Auto |
Custom Details View determines whether it should Build Instantly or Deferred |
| InstantBuild |
Force an Instant Build. Useful for when you want to see the results of the Build right after |
| DeferredBuild |
Defer the Build to a later point in time. |