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 GetNameTableIndex
&40;
const FString & Name
&41;
Remarks
Returns index of passed in name into name array. If not found, adds it. Index of passed in name
Parameters
Name | Description |
---|---|
Name | Name to find index for |