Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule > API/Plugins/SmartObjectsModule/USmartObjectSubsystem > API/Plugins/SmartObjectsModule/USmartObjectSubsystem/Use
Deprecated * Please use MarkSmartObjectSlotAsOccupied instead
References
| Module | SmartObjectsModule |
| Header | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectSubsystem.h |
| Include | #include "SmartObjectSubsystem.h" |
UFUNCTION&40;BlueprintCallable, Category&61;"SmartObject",
Meta&61;&40;DeprecatedFunction, DeprecationMessage&61;"Use MarkSmartObjectSlotAsOccupied instead."&41;&41;
const USmartObjectBehaviorDefinition &42; Use
&40;
const FSmartObjectClaimHandle & ClaimHandle,
TSubclassOf< USmartObjectBehaviorDefinition > DefinitionClass
&41;
Remarks
Start using a claimed smart object slot. The base class pointer of the requested behavior definition class associated to the slot
Parameters
| Name | Description |
|---|---|
| ClaimHandle | Handle to a claimed slot returned by any of the Claim methods. |
| DefinitionClass | The type of behavior definition the user wants to use. |