Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule > API/Plugins/SmartObjectsModule/USmartObjectSubsystem
Description
Returns a view on the owner data for the smart object instance represented by the provided handle.
The returned view points to data that is only valid as long as the object is registered so it should be read immediately after calling this method or stored in an instances struct.
| Name | GetOwnerData |
| Type | function |
| Header File | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectSubsystem.h |
| Include Path | #include "SmartObjectSubsystem.h" |
| Source | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Private/SmartObjectSubsystem.cpp |
FConstStructView GetOwnerData
(
const FSmartObjectHandle Handle
) const
Unvalidated view of the smart object instance owner data.
Parameters
| Name | Remarks |
|---|---|
| Handle | Handle to the smart object. |