![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Public Attributes | ||
| uint32 | PackedValue = 0 | |
| struct { | ||
| uint32 bIsValid: 2 | ||
| uint32 bIsAllocated: 1 | ||
| uint32 bIsRequest: 1 | ||
| uint32 AllocationOrGridIndex: 24 | ||
| uint32 Space: 4 | ||
| }; | ||
Union to define the layout of our packed allocation requests.
| struct { ... } FPackedAdaptiveAllocationRequest |
| uint32 FPackedAdaptiveAllocationRequest::AllocationOrGridIndex |
| uint32 FPackedAdaptiveAllocationRequest::bIsAllocated |
| uint32 FPackedAdaptiveAllocationRequest::bIsRequest |
| uint32 FPackedAdaptiveAllocationRequest::bIsValid |
| uint32 FPackedAdaptiveAllocationRequest::PackedValue = 0 |
| uint32 FPackedAdaptiveAllocationRequest::Space |