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&40;&41;
struct FSmartObjectComponentInstanceData : public FActorComponentInstanceData
Remarks
Used to store SmartObjectComponent data during RerunConstructionScripts
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
TObjectPtr< USmartObjectDefinition > | DefinitionAsset |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FSmartObjectComponentInstanceData
(
const USmartObjectComponent* SourceComponent, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
USmartObjectDefinition * |
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. |