31 explicit operator bool()
const
38 return Handle != 0xff;
53 return A.Handle ==
B.Handle;
58 return A.Handle !=
B.Handle;
63 return A.Handle <
B.Handle;
68 return A.Handle >
B.Handle;
#define check(expr)
Definition AssertionMacros.h:314
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
const bool
Definition NetworkReplayStreaming.h:178
Definition UniversalObjectLocatorModule.cpp:19
Definition IUniversalObjectLocatorModule.h:39
Definition AnimInstanceLocatorFragment.cpp:19
Definition UniversalObjectLocatorParameterTypeHandle.h:19
friend bool operator!=(FParameterTypeHandle A, FParameterTypeHandle B)
Definition UniversalObjectLocatorParameterTypeHandle.h:56
friend uint32 GetTypeHash(FParameterTypeHandle In)
Definition UniversalObjectLocatorParameterTypeHandle.h:46
uint8 GetIndex() const
Definition UniversalObjectLocatorParameterTypeHandle.h:41
friend bool operator==(FParameterTypeHandle A, FParameterTypeHandle B)
Definition UniversalObjectLocatorParameterTypeHandle.h:51
friend bool operator<(FParameterTypeHandle A, FParameterTypeHandle B)
Definition UniversalObjectLocatorParameterTypeHandle.h:61
bool IsValid() const
Definition UniversalObjectLocatorParameterTypeHandle.h:36
UNIVERSALOBJECTLOCATOR_API UScriptStruct * Resolve(UScriptStruct *Expected=nullptr) const
Definition UniversalObjectLocatorParameterTypeHandle.cpp:10
FParameterTypeHandle()
Definition UniversalObjectLocatorParameterTypeHandle.h:20
FParameterTypeHandle(uint8 InHandleOffset)
Definition UniversalObjectLocatorParameterTypeHandle.h:25
friend bool operator>(FParameterTypeHandle A, FParameterTypeHandle B)
Definition UniversalObjectLocatorParameterTypeHandle.h:66
Definition UniversalObjectLocatorParameterTypeHandle.h:84
UScriptStruct * Resolve() const
Definition UniversalObjectLocatorParameterTypeHandle.h:89
TParameterTypeHandle()
Definition UniversalObjectLocatorParameterTypeHandle.h:85