Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/ChaosVisualDebugger
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- FChaosVDSerializableNameTable
References
| Module | Chaos |
| Header | /Engine/Source/Runtime/Experimental/Chaos/Public/ChaosVisualDebugger/ChaosVDSerializedNameTable.h |
| Include | #include "ChaosVisualDebugger/ChaosVDSerializedNameTable.h" |
Syntax
class FChaosVDSerializableNameTable : public TSharedFromThis< FChaosVDSerializableNameTable >
Remarks
Simple Name table that keeps track of FNames by their current ID, which can be rebuilt later on with these IDs
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint64 | AddNameToTable
(
FName Name |
Adds a FName to the name table | |
| uint64 | AddNameToTable
(
const FChaosVDSerializedNameEntry& InNameEntry |
Adds a Serialized Name entry to the name table. | |
| FName | GetNameFromTable
(
uint64 NameID |
Returns the FName associated with the provided ID in this table | |
| void | ResetTable () |
Clears all the FNames tracked by this table |