Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule > API/Plugins/SmartObjectsModule/FSmartObjectContainer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSmartObjectCollectionEntry * AddSmartObjectInternal
(
const FSmartObjectHandle Handle, |
Assumes SOComponent to not be part of the collection yet | SmartObjectPersistentCollection.h | |
FSmartObjectCollectionEntry * AddSmartObjectInternal
(
const FSmartObjectHandle Handle, |
SmartObjectPersistentCollection.h |
AddSmartObjectInternal(const FSmartObjectHandle, TNotNull< USmartObjectComponent * >)
Description
Assumes SOComponent to not be part of the collection yet
| Name | AddSmartObjectInternal |
| Type | function |
| Header File | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectPersistentCollection.h |
| Include Path | #include "SmartObjectPersistentCollection.h" |
| Source | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Private/SmartObjectPersistentCollection.cpp |
FSmartObjectCollectionEntry * AddSmartObjectInternal
(
const FSmartObjectHandle Handle,
TNotNull< USmartObjectComponent * > SOComponent
)
AddSmartObjectInternal(const FSmartObjectHandle, const USmartObjectDefinition &, const USmartObjectComponent &)
| Name | AddSmartObjectInternal |
| Type | function |
| Header File | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectPersistentCollection.h |
| Include Path | #include "SmartObjectPersistentCollection.h" |
FSmartObjectCollectionEntry * AddSmartObjectInternal
(
const FSmartObjectHandle Handle,
const USmartObjectDefinition &,
const USmartObjectComponent & SOComponent
)