Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- AActor
- AGenericSmartObject
References
| Module | SmartObjectsModule |
| Header | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/GenericSmartObject.h |
| Include | #include "GenericSmartObject.h" |
Syntax
UCLASS (HideCategories=(Input))
class AGenericSmartObject : public AActor
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< USmartObjectRenderingComponent > | RenderingComponent | ||
| TObjectPtr< USmartObjectComponent > | SOComponent |
Constructors
| Type | Name | Description | |
|---|---|---|---|
AGenericSmartObject
(
const FObjectInitializer& ObjectInitializer |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |