Stream Chat Unreal SDK
|
This is the complete list of members for FFilter, including all inherited members.
And(const TArray< FFilter > &Filters) | FFilter | static |
Autocomplete(const FName &Field, const FString &Value) | FFilter | static |
Empty(const FName &Field) | FFilter | static |
Equal(const FName &Field, int32 Value) | FFilter | static |
Equal(const FName &Field, float Value) | FFilter | static |
Equal(const FName &Field, const TCHAR *Value) | FFilter | static |
Equal(const FName &Field, const FString &Value) | FFilter | static |
Equal(const FName &Field, bool bValue) | FFilter | static |
Equal(const FName &Field, TYPE_OF_NULLPTR) | FFilter | static |
Exists(const FName &Field, bool bValue) | FFilter | static |
FFilter()=default | FFilter | |
Greater(const FName &Field, int32 Value) | FFilter | static |
Greater(const FName &Field, float Value) | FFilter | static |
Greater(const FName &Field, const FString &Value) | FFilter | static |
GreaterOrEqual(const FName &Field, int32 Value) | FFilter | static |
GreaterOrEqual(const FName &Field, float Value) | FFilter | static |
GreaterOrEqual(const FName &Field, const FString &Value) | FFilter | static |
In(const FName &Field, const TArray< int32 > &Values) | FFilter | static |
In(const FName &Field, const TArray< float > &Values) | FFilter | static |
In(const FName &Field, const TArray< FString > &Values) | FFilter | static |
IsValid() const | FFilter | |
Less(const FName &Field, int32 Value) | FFilter | static |
Less(const FName &Field, float Value) | FFilter | static |
Less(const FName &Field, const FString &Value) | FFilter | static |
LessOrEqual(const FName &Field, int32 Value) | FFilter | static |
LessOrEqual(const FName &Field, float Value) | FFilter | static |
LessOrEqual(const FName &Field, const FString &Value) | FFilter | static |
Nor(const TArray< FFilter > &Filters) | FFilter | static |
NotEqual(const FName &Field, int32 Value) | FFilter | static |
NotEqual(const FName &Field, float Value) | FFilter | static |
NotEqual(const FName &Field, const TCHAR *Value) | FFilter | static |
NotEqual(const FName &Field, const FString &Value) | FFilter | static |
NotEqual(const FName &Field, bool bValue) | FFilter | static |
NotEqual(const FName &Field, TYPE_OF_NULLPTR) | FFilter | static |
NotIn(const FName &Field, const TArray< int32 > &Values) | FFilter | static |
NotIn(const FName &Field, const TArray< float > &Values) | FFilter | static |
NotIn(const FName &Field, const TArray< FString > &Values) | FFilter | static |
Or(const TArray< FFilter > &Filters) | FFilter | static |
ToJson() const | FFilter | |
ToJsonObject() const | FFilter | |
ToJsonObjectWrapper() const | FFilter |