![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneDataEventContainer.h>
Inheritance diagram for UE::MovieScene::TIntrusiveEventHandler< T >:Protected Member Functions | |
| virtual | ~TIntrusiveEventHandler () |
Additional Inherited Members | |
Public Types inherited from TLinkedListBase< ContainerType, ElementType, IteratorType > | |
| typedef IteratorType< ContainerType, ElementType > | TIterator |
| typedef IteratorType< ContainerType, const ElementType > | TConstIterator |
Public Member Functions inherited from TIntrusiveLinkedList< TIntrusiveEventHandler< T > > | |
| TIntrusiveLinkedList () | |
Public Member Functions inherited from TLinkedListBase< ContainerType, ElementType, IteratorType > | |
| TLinkedListBase () | |
| void | Unlink () |
| void | LinkBefore (ContainerType *Before) |
| void | LinkAfter (ContainerType *After) |
| void | LinkReplace (ContainerType *Replace) |
| void | LinkHead (ContainerType *&Head) |
| UE_FORCEINLINE_HINT bool | IsLinked () |
| UE_FORCEINLINE_HINT ContainerType ** | GetPrevLink () const |
| UE_FORCEINLINE_HINT ContainerType * | GetNextLink () const |
| UE_FORCEINLINE_HINT ContainerType * | Next () |
|
inlineprotectedvirtual |