Navigation
API > API/Plugins > API/Plugins/MassLOD > API/Plugins/MassLOD/FMassLODBaseLogic
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void SetLODPerViewer
(
TemplateClass& Obj, |
MassLODLogic.h | ||
static void SetLODPerViewer
(
TemplateClass& Obj, |
MassLODLogic.h |
SetLODPerViewer(TemplateClass &, int32, typename TEnableIf< Condition, EMassLOD::Type >::Type)
| Name | SetLODPerViewer |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MassGameplay/Source/MassLOD/Public/MassLODLogic.h |
| Include Path | #include "MassLODLogic.h" |
template<bool Condition, typename TemplateClass>
static void SetLODPerViewer
(
TemplateClass & Obj,
int32 Index,
typename TEnableIf < Condition, EMassLOD::Type >::Type Value
)
SetLODPerViewer(TemplateClass &, int32, typename TEnableIf::Type)
| Name | SetLODPerViewer |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MassGameplay/Source/MassLOD/Public/MassLODLogic.h |
| Include Path | #include "MassLODLogic.h" |
template<bool Condition, typename TemplateClass>
static void SetLODPerViewer
(
TemplateClass & Obj,
int32 Index,
typename TEnableIf <!Condition, EMassLOD::Type >::Type Value
)