Navigation
API > API/Plugins > API/Plugins/MassAIBehavior
References
| Module | MassAIBehavior |
| Header | /Engine/Plugins/AI/MassAI/Source/MassAIBehavior/Public/MassComponentHitTypes.h |
| Include | #include "MassComponentHitTypes.h" |
Syntax
USTRUCT&40;&41;
struct FMassHitResult
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | HitTime | Time when first hit was received. | |
| double | LastFilteredHitTime | Time used for filtering frequent hits. | |
| FMassEntityHandle | OtherEntity |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMassHitResult
(
const FMassEntityHandle OtherEntity, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsValid () |