Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule > API/Plugins/SmartObjectsModule/USmartObjectSubsystem
Description
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.
| Name | IsSlotValidVerbose |
| Type | function |
| Header File | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectSubsystem.h |
| Include Path | #include "SmartObjectSubsystem.h" |
| Source | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Private/SmartObjectSubsystem.cpp |
bool IsSlotValidVerbose
(
const FSmartObjectSlotHandle & SlotHandle,
const ANSICHAR * CallingFunctionName
) const
True if the handle is valid and its associated slot is accessible; false otherwise.
Parameters
| Name | Remarks |
|---|---|
| SlotHandle | Handle to a smart object slot. |
| CallingFunctionName | String describing the context in which the method is called (e.g. caller function name). |