B1DoorPermissionData
- Stores door permission data including display text, allowed site types,
* and the message shown when permission is denied.
| Property | Type | Description | Metadata |
|---|---|---|---|
| PermissionText | FString | Display text describing this permission level. | Category: B1DoorPermissionData |
| AllowedSiteTypeInPackage | TArray | List of site types that are allowed to enter under this permission when packaged. | Category: B1DoorPermissionData |
| AllowedBuildMode | bool | Whether entry is allowed in build mode. | Category: B1DoorPermissionData |
| NoPermissionToastMessage | FString | Toast message displayed when the player does not have permission to enter. | Category: B1DoorPermissionData |