Skip to content

DISClassEnumStruct

Quintin edited this page Apr 4, 2023 · 5 revisions

DISClassEnumStruct

Mapping of a DIS enumeration to a friendly name and an Unreal actor

struct FDISClassEnumStruct

Back to Top


Members

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

Back to Top


Details

FriendlyName

FString FriendlyName

Name of the DIS entity to display to the user.

Category: GRILL DIS|Structs

Back to Top


DISEntity

TSoftClassPtr<AActor> DISEntity

The Unreal actor that should display for this DIS enumeration. The actor must implement the DISInterface interface.

Category: GRILL DIS|Structs

Back to Top


AssociatedDISEnumerations

TArray<FEntityType> AssociatedDISEnumerations

The DIS enumeration to associate with the friendly name and actor

Category: GRILL DIS|Structs

Back to Top


Clone this wiki locally