UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition ExternalMutex.h:24
bool TryLock()
Definition ExternalMutex.h:41
bool IsLocked() const
Definition ExternalMutex.h:36
constexpr TExternalMutex(std::atomic< StateType > &InState)
Definition ExternalMutex.h:31
void Unlock()
Definition ExternalMutex.h:51
void Lock()
Definition ExternalMutex.h:46
TExternalMutex & operator=(const TExternalMutex &)=delete
TExternalMutex(const TExternalMutex &)=delete