Navigation
API > API/Plugins > API/Plugins/MassCrowd
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMassEntityTraitBase
- UMassCrowdServerRepresentationTrait
References
| Module | MassCrowd |
| Header | /Engine/Plugins/AI/MassCrowd/Source/MassCrowd/Public/MassCrowdServerRepresentationTrait.h |
| Include | #include "MassCrowdServerRepresentationTrait.h" |
Syntax
UCLASS&40;Meta&61;&40;DisplayName&61;"Crowd Server Representation"&41;&41;
class UMassCrowdServerRepresentationTrait : public UMassEntityTraitBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMassRepresentationParameters | Params | Configuration parameters for the representation processor | |
| TSubclassOf< AActor > | TemplateActor | Actor class of this agent when spawned on server |
Constructors
No constructors are accessible with public or protected access.
Overridden from UMassEntityTraitBase
| Type | Name | Description | |
|---|---|---|---|
| void | BuildTemplate
(
FMassEntityTemplateBuildContext& BuildContext, |
Appends items into the entity template required for the trait. |