Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
References
| Module | SmartObjectsModule |
| Header | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectDefinition.h |
| Include | #include "SmartObjectDefinition.h" |
Syntax
USTRUCT ()
struct FSmartObjectDefinitionPreviewData
Remarks
Data used for previewing in the Smart Object editor.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSoftClassPtr< AActor > | ObjectActorClass | Actor class used as the object for previewing the definition in the asset editor. | |
| FSoftObjectPath | ObjectMeshPath | Path of the static mesh used as the object for previewing the definition in the asset editor. | |
| TSoftClassPtr< AActor > | UserActorClass | Actor class used for previewing the smart object user actor in the asset editor. | |
| TSoftClassPtr< USmartObjectSlotValidationFilter > | UserValidationFilterClass | Validation filter used for previewing the smart object user in the asset editor. |