Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
Inheritance Hierarchy
- FInstanceCacheDataBase
- FActorComponentInstanceData
- FSmartObjectComponentInstanceData
References
| Module | SmartObjectsModule |
| Header | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectComponent.h |
| Include | #include "SmartObjectComponent.h" |
Syntax
USTRUCT ()
struct FSmartObjectComponentInstanceData : public FActorComponentInstanceData
Remarks
Used to store SmartObjectComponent data during RerunConstructionScripts
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSmartObjectDefinitionReference | SmartObjectDefinitionRef |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSmartObjectComponentInstanceData
(
const USmartObjectComponent* SourceComponent, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FSmartObjectDefinitionReference & |
Overridden from FActorComponentInstanceData
| Type | Name | Description | |
|---|---|---|---|
| void | ApplyToComponent
(
UActorComponent* Component, |
Applies this component instance data to the supplied component | |
| bool | ContainsData () |
Determines if any instance data was actually saved. |