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 FSmartObjectAnnotationData
Remarks
Per ZoneGraphData smart object look up data.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< int32 > | AffectedLanes | ||
| bool | bInitialTaggingCompleted | ||
| FZoneGraphDataHandle | DataHandle | Handle of the ZoneGraphData that this smart object annotation data is associated to | |
| TMap< int32, FSmartObjectLaneLocationIndices > | LaneToLaneLocationIndicesLookup | ||
| TArray< FSmartObjectLaneLocation > | SmartObjectLaneLocations | ||
| TMap< FSmartObjectHandle, int32 > | SmartObjectToLaneLocationIndexLookup |