Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
References
| Module | SmartObjectsModule |
| Header | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectTypes.h |
| Include | #include "SmartObjectTypes.h" |
Syntax
USTRUCT ()
struct FSmartObjectActorOwnerData
Remarks
Struct that can be used to pass data related to the owner of a created SmartObject. It identifies an instanced actor that could be in its lightweight representation or a normal actor.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FActorInstanceHandle | Handle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSmartObjectActorOwnerData
(
AActor* Actor |
|||
FSmartObjectActorOwnerData
(
const FActorInstanceHandle& Handle |