-
Notifications
You must be signed in to change notification settings - Fork 16
DISClassEnumStruct
Quintin edited this page Apr 4, 2023
·
5 revisions
Mapping of a DIS enumeration to a friendly name and an Unreal actor
struct FDISClassEnumStruct
Type | Name | Description |
---|---|---|
FString | FriendlyName | Name of the DIS entity to display to the user |
TSoftClassPtr<AActor> | DISEntity | The Unreal actor that should display for this DIS enumeration |
TArray<FEntityType> | AssociatedDISEnumerations | The DIS enumeration to associate with the friendly name and actor |
FString FriendlyName
Name of the DIS entity to display to the user.
Category: GRILL DIS|Structs
TSoftClassPtr<AActor> DISEntity
The Unreal actor that should display for this DIS enumeration. The actor must implement the DISInterface interface.
Category: GRILL DIS|Structs
TArray<FEntityType> AssociatedDISEnumerations
The DIS enumeration to associate with the friendly name and actor
Category: GRILL DIS|Structs