![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MovieSceneEntityIDs.h>
Inheritance diagram for UE::MovieScene::TComponentTypeID< T >:Public Types | |
| typedef T | Type |
Public Member Functions | |
| TComponentTypeID () | |
Public Member Functions inherited from UE::MovieScene::FComponentTypeID | |
| FComponentTypeID () | |
| template<typename T > | |
| TComponentTypeID< T > | ReinterpretCast () const |
| operator bool () const | |
| int32 | BitIndex () const |
Static Public Member Functions | |
| static TComponentTypeID | FromBitIndex (int32 BitIndex) |
Static Public Member Functions inherited from UE::MovieScene::FComponentTypeID | |
| static FComponentTypeID | Invalid () |
| static FComponentTypeID | FromBitIndex (int32 BitIndex) |
Additional Inherited Members | |
Protected Member Functions inherited from UE::MovieScene::FComponentTypeID | |
| FComponentTypeID (uint16 InValue) | |
Protected Attributes inherited from UE::MovieScene::FComponentTypeID | |
| uint16 | Value |
Static Protected Attributes inherited from UE::MovieScene::FComponentTypeID | |
| static const uint16 | INVALID = uint16(-1) |
| typedef T UE::MovieScene::TComponentTypeID< T >::Type |
|
inline |
|
inlinestatic |