Navigation
API > API/Developer > API/Developer/UbaCoordinatorHorde > API/Developer/UbaCoordinatorHorde/FUbaHordeAgentManager
Description
Requests a UBA cache server from Horde. Returns true if a cache server was assigned. OutCacheEndpoint will be in "ip:port" format. OutCacheSessionKey is the AES encryption key.
| Name | RequestCacheServer |
| Type | function |
| Header File | /Engine/Source/Developer/UbaCoordinatorHorde/Public/UbaHordeAgentManager.h |
| Include Path | #include "UbaHordeAgentManager.h" |
| Source | /Engine/Source/Developer/UbaCoordinatorHorde/Private/UbaHordeAgentManager.cpp |
bool RequestCacheServer
(
FString & OutCacheEndpoint,
FString & OutCacheSessionKey,
bool & bOutWriteAccess
)