Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FSubObjectRegistry
| |
|
| Name |
EResult |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Net/Core/Public/Net/Core/Misc/NetSubObjectRegistry.h |
| Include Path |
#include "Net/Core/Misc/NetSubObjectRegistry.h" |
Syntax
enum EResult
{
NewEntry,
AlreadyRegistered,
NetConditionConflict,
}
Values
| Name |
Remarks |
| NewEntry |
SubObject is new in the registry |
| AlreadyRegistered |
SubObject already was in the registry |
| NetConditionConflict |
SubObject was already registered but the NetCondition passed is different from the entry |