UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
const bool
Definition NetworkReplayStreaming.h:178
Definition AndroidPlatformMisc.h:14
Definition AssertionMacros.h:48
Scope that captures failed ensure calls.
Definition EnsureScope.h:10
CORE_API FEnsureScope()
Definition EnsureScope.cpp:6
int GetCount()
Definition EnsureScope.h:22
CORE_API ~FEnsureScope()
Definition EnsureScope.cpp:36
CORE_API FEnsureScope(TFunction< bool(const FEnsureHandlerArgs &)> EnsureFunc)
Captures failed ensure calls that return true from callback.