Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule > API/Plugins/SmartObjectsModule/USmartObjectSubsystem
References
| Module | SmartObjectsModule |
| Header | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectSubsystem.h |
| Include | #include "SmartObjectSubsystem.h" |
| Source | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Private/SmartObjectSubsystem.cpp |
UFUNCTION (BlueprintCallable, BlueprintPure, Category="SmartObject",
Meta=(DisplayName="Is SmartObject Enabled (for any reason)", ReturnDisplayName="Enabled"))
bool IsEnabled
(
const FSmartObjectHandle Handle
) const
Remarks
Returns the enabled state of the smart object represented by the provided handle regardless of the disabled reason. True when associated smart object is found and set to be enabled. False otherwise.
Parameters
| Name | Description |
|---|---|
| Handle | Handle to the smart object. |