Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FNetRootObjectAdapter
| |
|
| Name |
ELevelValidation |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Public/Net/Iris/ReplicationSystem/NetRootObjectAdapter.h |
| Include Path |
#include "Net/Iris/ReplicationSystem/NetRootObjectAdapter.h" |
Syntax
enum ELevelValidation
{
All,
IgnoreObjectOuter,
}
Values
| Name |
Remarks |
| All |
Default behavior is to make sure the level passed is valid |
| IgnoreObjectOuter |
Don't validate that the level matches the Object's outer |