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