Navigation
API > API/Plugins > API/Plugins/MassLOD > API/Plugins/MassLOD/FLODDefaultLogic
| |
|
| Name |
FLODDefaultLogic |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/MassGameplay/Source/MassLOD/Public/MassLODLogic.h |
| Include Path |
#include "MassLODLogic.h" |
Syntax
enum FLODDefaultLogic
{
bStoreInfoPerViewer = false,
bCalculateLODPerViewer = false,
bMaximizeCountPerViewer = false,
bDoVisibilityLogic = false,
bCalculateLODSignificance = false,
bLocalViewersOnly = false,
}
Values
| Name |
Remarks |
| bStoreInfoPerViewer |
|
| bCalculateLODPerViewer |
|
| bMaximizeCountPerViewer |
|
| bDoVisibilityLogic |
|
| bCalculateLODSignificance |
|
| bLocalViewersOnly |
|