Navigation
API > API/Plugins > API/Plugins/ToolsetRegistry
Selects whether SetObjectProperties performs container diff-and-recurse logic or emits a single ValueSet for the whole property. Named (rather than bool) so call sites read clearly at the point of use.
| Name | EBypassContainerCheck |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/ToolsetRegistry/Source/ToolsetRegistry/Public/ToolsetRegistry/ToolsetLibrary.h |
| Include Path | #include "ToolsetRegistry/ToolsetLibrary.h" |
Syntax
enum EBypassContainerCheck
{
No,
Yes,
}
Values
| Name | Remarks |
|---|---|
| No | Default. |
| Yes | Skip container diff logic and emit a single ValueSet for the property. |