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