Is there any type in UE that work like 'queue' instead of 'stack'?

Is there any type in UE that work like ‘queue’ instead of ‘stack’?
For example,TArray works like ‘stack’.However,I want something works like queque.

TQueue

All I did was go to https://docs.unrealengine.com and search for ‘Queue’ :slight_smile:

Thank you!