20 void PushBack(ULevelStreaming* Element);
21 ULevelStreaming* PopFront();
22 bool TryPopFront(OUT ULevelStreaming*& Element);
23 bool Contains(
const ULevelStreaming* Element)
const;
24 bool TryExtract(ULevelStreaming* Element, OUT ULevelStreaming*& OutElement);
26 ULevelStreaming* PeekFront()
const;
29 FORCEINLINE
int Size()
const
31 return ArrayInternal.Num();
36 return ArrayInternal.IsEmpty();
40 UPROPERTY(meta = (AllowPrivateAccess =
"true"))
41 TArray<TWeakObjectPtr<ULevelStreaming>> ArrayInternal;