FOrderedBudget

Manages how to allocate a budget of levels to an ordered list of items (e.g., how to distribute minimum LOD levels to the N closest characters)

Windows
MacOS
Linux

References

Module

SignificanceManager

Header

/Engine/Plugins/Runtime/SignificanceManager/Source/SignificanceManager/Public/OrderedBudget.h

Include

#include "OrderedBudget.h"

Syntax

struct FOrderedBudget

Remarks

Manages how to allocate a budget of levels to an ordered list of items (e.g., how to distribute minimum LOD levels to the N closest characters)

Constructors

Name Description

Public function

FOrderedBudget()

Functions

Name Description

Public function Const

int32

 

GetBudgetForIndex

(
    int32 Index
)

Returns the budget number for the Index-th closest character.

Public function Const

int32

 

GetBudgetLength()

Returns the number of items specified in the budget.

Public function

bool

 

RecreateBudget

(
    const FString& Specification
)

Recreates the budget given a specification string.

Public function

void

 

SetBudgetScale

(
    float InScale
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss