TIntrusiveDoubleLinkedListNode

Node of an intrusive double linked list Structs/classes must inherit this, to use it, e.g: struct FMyStruct : public TIntrusiveDoubleLinkedListNode [TIntrusiveDoubleLinkedListNode](API\Runtime\Core\TIntrusiveDoubleLinkedListNode) can be inherited multiple times, ex: if ElementType needs to be stored in several lists at once by specifying a different ContainerType template parameter to distinguish the nodes.