UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
StringTokenStore.cpp File Reference

Namespaces

namespace  UE
 
namespace  UE::Net
 

Macros

#define UE_NET_ENABLE_STRING_TOKEN_LOG   1
 
#define UE_LOG_STRINGTOKEN(Format, ...)   UE_LOG(LogNetToken, Verbose, Format, ##__VA_ARGS__)
 
#define UE_LOG_STRINGTOKEN_WARNING(Format, ...)   UE_LOG(LogNetToken, Warning, Format, ##__VA_ARGS__)
 

Macro Definition Documentation

◆ UE_LOG_STRINGTOKEN

#define UE_LOG_STRINGTOKEN (   Format,
  ... 
)    UE_LOG(LogNetToken, Verbose, Format, ##__VA_ARGS__)

◆ UE_LOG_STRINGTOKEN_WARNING

#define UE_LOG_STRINGTOKEN_WARNING (   Format,
  ... 
)    UE_LOG(LogNetToken, Warning, Format, ##__VA_ARGS__)

◆ UE_NET_ENABLE_STRING_TOKEN_LOG

#define UE_NET_ENABLE_STRING_TOKEN_LOG   1