-
Notifications
You must be signed in to change notification settings - Fork 20
DISClassEnumStruct
huggins edited this page Apr 10, 2025
·
7 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 FriendlyNameName of the DIS entity to display to the user.
Category: GRILL DIS|Structs
TSoftClassPtr<AActor> DISEntityThe Unreal actor that should display for this DIS enumeration. The actor must implement the DISInterface interface.
Category: GRILL DIS|Structs
TArray<FEntityType> AssociatedDISEnumerationsThe DIS enumeration to associate with the friendly name and actor
Category: GRILL DIS|Structs