UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define DECLARE_LOG_CATEGORY_EXTERN(CategoryName, DefaultVerbosity, CompileTimeVerbosity)
Definition LogMacros.h:361
int32 RemoveIf(RangeType &Range, Predicate Pred)
Definition RemoveIf.h:21
EUnregisterRuntimeStatus UnregisterRuntime(TWeakInterfacePtr< INNERuntime > Runtime)
Definition NNE.cpp:92
TWeakInterfacePtr< INNERuntime > GetRuntime(const FString &Name)
Definition NNE.cpp:102
TArray< FString > GetAllRuntimeNames()
Definition NNE.cpp:97
EResultStatus
Definition NNEStatus.h:11
ERegisterRuntimeStatus RegisterRuntime(TWeakInterfacePtr< INNERuntime > Runtime)
Definition NNE.cpp:83
Definition WeakInterfacePtr.h:18