Navigation
API > API/Plugins > API/Plugins/Chooser
| Name | FRandomizationState |
| Type | struct |
| Header File | /Engine/Plugins/Chooser/Source/Chooser/Public/IChooserParameterRandomize.h |
| Include Path | #include "IChooserParameterRandomize.h" |
Syntax
struct FRandomizationState
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LastSelectedRow | int | Index into RecentlySelectedRows marking the one most recently selected entry (the next most recently selected entry is at (LastSelectedRowIndex - 1 + Num) % Num. | IChooserParameterRandomize.h | |
| RecentlySelectedRows | TArray< int32, TInlineAllocator< 4 > > | A ring buffer of recently selected rows (size determined by the size of FRandomizeColumn::RepeatProbabilityMultipliers) Where each entry is a row index into the ChooserTable, which was recently selected. | IChooserParameterRandomize.h |