Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
References
| Module | SmartObjectsModule |
| Header | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectTypes.h |
| Include | #include "SmartObjectTypes.h" |
Syntax
struct FSmartObjectAnnotationCollider
Remarks
Struct defining a collider in world space.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FCollisionShape | CollisionShape | Shape of the collider. | |
| FVector | Location | Location of the collision shape. | |
| FQuat | Rotation | Rotation of the collision shape. |