Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule > API/Plugins/SmartObjectsModule/FSmartObjectClaimHandle
References
| Module | SmartObjectsModule |
| Header | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectRuntime.h |
| Include | #include "SmartObjectRuntime.h" |
bool IsValid() const
Remarks
Indicates that the handle was properly assigned by a call to 'Claim' but doesn't guarantee that the associated object and slot are still registered in the simulation. This information requires a call to `USmartObjectSubsystem::IsClaimedObjectValid_ using the handle.