Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
| Name | FConstSmartObjectView |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectRuntime.h |
| Include Path | #include "SmartObjectRuntime.h" |
Syntax
USTRUCT ()
struct FConstSmartObjectView
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| SmartObjectRuntime.h | |||
FConstSmartObjectView
(
const FSmartObjectHandle& InHandle, |
SmartObjectRuntime.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const USmartObjectDefinition & GetSmartObjectDefinition () |
Returns a reference to the definition of the instance's parent object. | SmartObjectRuntime.h | |
const FGameplayTagContainer & GetTags() |
SmartObjectRuntime.h | ||
FTransform GetWorldTransform() |
SmartObjectRuntime.h | ||
bool IsEnabled() |
SmartObjectRuntime.h | ||
bool IsValid() |
SmartObjectRuntime.h |