Go to the source code of this file.
|
| const TCHAR * | LexToString (FJsonNull) |
| |
| const TCHAR * | LexToString (const FJsonFragment &Fragment) |
| |
| FString | LexToString (FJsonFragment &&Fragment) |
| |
| template<typename Allocator , typename KeyType , typename ValueType > |
| FORCENOINLINE void | ImplMakeAnalyticsEventAttributeArray::AddElement (TArray< FAnalyticsEventAttribute, Allocator > &Attrs, const KeyType &Key, const ValueType &Value) |
| |
| template<typename Allocator > |
| FORCEINLINE void | ImplMakeAnalyticsEventAttributeArray::MakeArray (TArray< FAnalyticsEventAttribute, Allocator > &Attrs) |
| |
| template<typename Allocator , typename KeyType , typename ValueType , typename... RemainingArgTypes> |
| FORCEINLINE void | ImplMakeAnalyticsEventAttributeArray::MakeArray (TArray< FAnalyticsEventAttribute, Allocator > &Attrs, KeyType &&Key, ValueType &&Value, RemainingArgTypes &&...RemainingArgs) |
| |
| template<typename Allocator = FDefaultAllocator, typename... ArgTypes> |
| TArray< FAnalyticsEventAttribute, Allocator > | MakeAnalyticsEventAttributeArray (ArgTypes &&...Args) |
| |
| template<typename Allocator = FDefaultAllocator, typename... ArgTypes> |
| TArray< FAnalyticsEventAttribute, Allocator > & | AppendAnalyticsEventAttributeArray (TArray< FAnalyticsEventAttribute, Allocator > &Attrs, ArgTypes &&...Args) |
| |
◆ AppendAnalyticsEventAttributeArray()
Helper to append to an array of attributes using a single expression. Reserves the necessary space in advance. There must be an even number of arguments, one for each key/value pair.
◆ LexToString() [1/3]
◆ LexToString() [2/3]
◆ LexToString() [3/3]
◆ MakeAnalyticsEventAttributeArray()
Helper to create an array of attributes using a single expression. Reserves the necessary space in advance. There must be an even number of arguments, one for each key/value pair.