Navigation
API > API/Plugins > API/Plugins/MassSmartObjects
References
| Module | MassSmartObjects |
| Header | /Engine/Plugins/Runtime/MassGameplay/Source/MassSmartObjects/Public/MassSmartObjectBehaviorDefinition.h |
| Include | #include "MassSmartObjectBehaviorDefinition.h" |
Syntax
struct FMassBehaviorEntityContext
Remarks
Struct to pass around the required set of information to activate a mass behavior definition on a given entity. Context must be created on stack and not kept around since EntityView validity is not guaranteed.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FMassEntityView | EntityView | ||
| USmartObjectSubsystem & | SmartObjectSubsystem |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMassBehaviorEntityContext
(
const FMassEntityView InEntityView, |