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
USTRUCT (BlueprintType )
struct FSmartObjectUserCapsuleParams
Remarks
Struct defining Smart Object user capsule size.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Height | Full height of the capsule | |
| float | Radius | Radius of the capsule | |
| float | StepHeight | Step up height. This space is ignored when testing collisions. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSmartObjectUserCapsuleParams
(
const float InRadius, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FSmartObjectAnnotationCollider | GetAsCollider
(
const FVector& Location, |
Returns the capsule as an annotation collider at specified world location and rotation. | |
| bool | IsValid () |
Constants
| Name | Description |
|---|---|
| Invalid | Invalid capsule. |