StringStringMap

Using a [TMap](API\Runtime\Core\Containers\TMap) in the DECLARE_DELEGATE macro caused compiler problems (in clang anyway), a typedef solves it

Windows
MacOS
Linux

Type

typedef TMap< FString, FString > StringStringMap

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/GameDelegates.h

Include

#include "GameDelegates.h"

Remarks

A delegate for a web server running in engine to tell the game about events received from a client, and for game to respond to the client

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss