Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FNetworkProfiler
Description
Returns index of passed in address into address array. If not found, adds it.
Returns index of passed in name into name array. If not found, adds it.
| Name | GetAddressTableIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Net/NetworkProfiler.h |
| Include Path | #include "Net/NetworkProfiler.h" |
| Source | /Engine/Source/Runtime/Engine/Private/NetworkProfiler.cpp |
int32 GetAddressTableIndex
(
const FString & Address
)
Index of passed in name
Parameters
| Name | Remarks |
|---|---|
| Address | Address to find index for |
| Address | Address string to find index for |