-
Notifications
You must be signed in to change notification settings - Fork 20
DISClassEnumMappings
huggins edited this page Apr 10, 2025
·
6 revisions
DIS Class Enumeration Mappings. Used to set up mappings between DIS Entity Types and their associated Unreal Engine actors.
class UDISClasEnumMappings
: public UObject- CoreMinimal
- UObject/NoExportTypes.h
- DISEnumsAndStructs.h
- DISInterface.h
| Access | Type | Name | Description | |
|---|---|---|---|---|
| Public | TArray<FDISClassEnumStruct> | DISClassEnumArray | Array of mappings between DIS enumerations and associated actors |
| Name | Description |
|---|---|
| DISClassEnumStruct | Mapping of a DIS enumeration to a friendly name and an Unreal actor |
public TArray<FDISClassEnumStruct> DISClassEnumArrayArray of mappings between DIS enumerations and associated actors.
Category: GRILL DIS