Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule > API/Plugins/SmartObjectsModule/USmartObjectSubsystem > API/Plugins/SmartObjectsModule/USmartObjectSubsystem/IsSlotValidVerbose
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
(
const FSmartObjectSlotHandle SlotHandle,
const ANSICHAR * LogContext
) 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) |