19 explicit operator bool()
const
26 return ::GetTypeHash(In.TypeID);
31 return A.TypeID <
B.TypeID;
36 return A.TypeID ==
B.TypeID;
49template<
typename StorageType>
54template<
typename StorageType>
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
const bool
Definition NetworkReplayStreaming.h:178
Definition MovieScene.Build.cs:6
Definition AdvancedWidgetsModule.cpp:13
Definition MovieScenePreAnimatedStateExtension.h:73
Definition MovieScenePreAnimatedStorageID.h:14
FPreAnimatedStorageID()=default
friend bool operator<(FPreAnimatedStorageID A, FPreAnimatedStorageID B)
Definition MovieScenePreAnimatedStorageID.h:29
friend uint32 GetTypeHash(FPreAnimatedStorageID In)
Definition MovieScenePreAnimatedStorageID.h:24
friend bool operator==(FPreAnimatedStorageID A, FPreAnimatedStorageID B)
Definition MovieScenePreAnimatedStorageID.h:34
Definition MovieScenePreAnimatedStorageID.h:56
TAutoRegisterPreAnimatedStorageID()
Definition MovieScenePreAnimatedStorageID.inl:15
Definition MovieScenePreAnimatedStorageID.h:51