Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule > API/Plugins/SmartObjectsModule/USmartObjectSettings
Syntax
UPROPERTY (EditAnywhere, Config, Category="SmartObject")
bool bShouldExcludePreConditionsOnDedicatedClient
Remarks
Indicates whether or not the pre-conditions should be excluded from serializing SmartObjectDefinitions for client builds. This can be useful for example if the preconditions are server only plugins. This allows to access the definition data on clients, while the logic is only handled on servers.