Navigation
API > API/Plugins > API/Plugins/MassSmartObjects
References
| Module | MassSmartObjects |
| Header | /Engine/Plugins/Runtime/MassGameplay/Source/MassSmartObjects/Public/SmartObjectZoneAnnotations.h |
| Include | #include "SmartObjectZoneAnnotations.h" |
Syntax
USTRUCT&40;&41;
struct FSmartObjectLaneLocation
Remarks
Struct to keep track of a SmartObject entry point on a given lane.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | DistanceAlongLane | ||
| int32 | LaneIndex | ||
| FSmartObjectHandle | ObjectHandle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSmartObjectLaneLocation
(
const FSmartObjectHandle InObjectHandle, |