Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
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.
| Name | FSmartObjectActorOwnerData |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectTypes.h |
| Include Path | #include "SmartObjectTypes.h" |
Syntax
USTRUCT ()
struct FSmartObjectActorOwnerData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| SmartObjectTypes.h | |||
FSmartObjectActorOwnerData
(
AActor* Actor |
SmartObjectTypes.h | ||
FSmartObjectActorOwnerData
(
const FActorInstanceHandle& Handle |
SmartObjectTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Handle | FActorInstanceHandle | SmartObjectTypes.h |