Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
UNavigationSystem Namespace Reference

Enumerations

enum  ERegistrationResult {
  RegistrationError = 0x0 , RegistrationFailed_DataPendingKill = 0x1 , RegistrationFailed_AgentAlreadySupported = 0x2 , RegistrationFailed_AgentNotValid = 0x3 ,
  RegistrationSuccessful = 0x4
}
 
enum  EOctreeUpdateMode {
  OctreeUpdate_Default = 0x0 , OctreeUpdate_Geometry = 0x1 , OctreeUpdate_Modifiers = 0x2 , OctreeUpdate_Refresh = 0x4 ,
  OctreeUpdate_ParentChain = 0x8
}
 
enum  ECleanupMode { CleanupWithWorld = 0x0 , CleanupUnsafe = 0x1 }
 

Enumeration Type Documentation

◆ ECleanupMode

Enumerator
CleanupWithWorld 
CleanupUnsafe 

Definition at line 8296 of file Enums.h.

◆ EOctreeUpdateMode

Enumerator
OctreeUpdate_Default 
OctreeUpdate_Geometry 
OctreeUpdate_Modifiers 
OctreeUpdate_Refresh 
OctreeUpdate_ParentChain 

Definition at line 8284 of file Enums.h.

◆ ERegistrationResult

Enumerator
RegistrationError 
RegistrationFailed_DataPendingKill 
RegistrationFailed_AgentAlreadySupported 
RegistrationFailed_AgentNotValid 
RegistrationSuccessful 

Definition at line 806 of file Enums.h.