Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Net > FNetworkProfiler
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/Net/NetworkProfiler.h |
Include | #include "Net/NetworkProfiler.h" |
Source | /Engine/Source/Runtime/Engine/Private/NetworkProfiler.cpp |
int32 GetAddressTableIndex
&40;
const FString & Address
&41;
Remarks
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. Index of passed in name
Parameters
Name | Description |
---|---|
Address | Address to find index for |
Address | Address string to find index for |