Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule > API/Plugins/SmartObjectsModule/USmartObjectSubsystem > API/Plugins/SmartObjectsModule/USmartObjectSubsystem/GetBehaviorDefinition
References
| Module | SmartObjectsModule |
| Header | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectSubsystem.h |
| Include | #include "SmartObjectSubsystem.h" |
template<typename DefinitionType>
const DefinitionType * GetBehaviorDefinition
(
const FSmartObjectClaimHandle & ClaimHandle
)
Remarks
Return the behavior definition of a given type from a claimed object. The requested behavior definition class pointer associated to the Claim handle
Parameters
| Name | Description |
|---|---|
| ClaimHandle | Handle to a claimed slot returned by any of the Claim methods. |