Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
Struct representing a unique registered component in the collection actor
| Name | FSmartObjectCollectionEntry |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectPersistentCollection.h |
| Include Path | #include "SmartObjectPersistentCollection.h" |
Syntax
USTRUCT ()
struct FSmartObjectCollectionEntry
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PRAGMA_DISABLE_DEPRECATION_WARNINGS FSmartObjectCollectionEntry () |
SmartObjectPersistentCollection.h | ||
FSmartObjectCollectionEntry
(
const FSmartObjectCollectionEntry& Other |
SmartObjectPersistentCollection.h | ||
| SmartObjectPersistentCollection.h | |||
FSmartObjectCollectionEntry
(
const FSmartObjectHandle SmartObjectHandle, |
SmartObjectPersistentCollection.h | ||
FSmartObjectCollectionEntry
(
const FSmartObjectHandle SmartObjectHandle, |
SmartObjectPersistentCollection.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FBox & GetBounds() |
SmartObjectPersistentCollection.h | ||
USmartObjectComponent * GetComponent() |
SmartObjectPersistentCollection.h | ||
uint32 GetDefinitionIndex() |
SmartObjectPersistentCollection.h | ||
const FSmartObjectHandle & GetHandle() |
SmartObjectPersistentCollection.h | ||
PRAGMA_DISABLE_DEPRECATION_WARNINGS const FSoftObjectPath & GetPath() |
SmartObjectPersistentCollection.h | ||
const FGameplayTagContainer & GetTags() |
SmartObjectPersistentCollection.h | ||
FTransform GetTransform() |
SmartObjectPersistentCollection.h | ||
FBox GetWorldBounds() |
SmartObjectPersistentCollection.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetDefinitionIndex
(
const uint32 InDefinitionIndex |
SmartObjectPersistentCollection.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSmartObjectCollectionEntry & operator=
(
const FSmartObjectCollectionEntry& Other |
SmartObjectPersistentCollection.h | ||
FSmartObjectCollectionEntry & operator=
(
FSmartObjectCollectionEntry&& Other |
SmartObjectPersistentCollection.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Path_DEPRECATED | FSoftObjectPath | SmartObjectPersistentCollection.h |