Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
Struct defining Smart Object user capsule size.
| Name | FSmartObjectUserCapsuleParams |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectTypes.h |
| Include Path | #include "SmartObjectTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FSmartObjectUserCapsuleParams
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| SmartObjectTypes.h | |||
FSmartObjectUserCapsuleParams
(
const float InRadius, |
SmartObjectTypes.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Invalid | const FSmartObjectUserCapsuleParams | Invalid capsule. | SmartObjectTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Height | float | Full height of the capsule | SmartObjectTypes.h |
|
| Radius | float | Radius of the capsule | SmartObjectTypes.h |
|
| StepHeight | float | Step up height. This space is ignored when testing collisions. | SmartObjectTypes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSmartObjectAnnotationCollider GetAsCollider
(
const FVector& Location, |
Returns the capsule as an annotation collider at specified world location and rotation. | SmartObjectTypes.h | |
bool IsValid() |
SmartObjectTypes.h |