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 |
bool IsSlotValidVerbose
&40;
const FSmartObjectSlotHandle SlotHandle,
const TCHAR &42; LogContext
&41; const
Remarks
Indicates if the handle is set and the slot referred to is still accessible in the simulation. Log is produced for any failing condition using provided LogContext. True if the handle is valid and its associated slot is accessible; false otherwise.
Parameters
| Name | Description |
|---|---|
| SlotHandle | Handle to a smart object slot. |
| LogContext | String describing the context in which the method is called (e.g. caller function name) |