-
Notifications
You must be signed in to change notification settings - Fork 20
DISClassEnumMappings
Quintin edited this page Mar 30, 2023
·
6 revisions
DIS Class Enumberation Mappings
class UDISClasEnumMappings
: public UObject- CoreMinimal
- UObject/NoExportTypes.h
- DISEnumsAndStructs.h
- DISInterface.h
| 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