SetScore

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

SetScore

(
    EEnvTestPurpose::Type TestPurpose,
    EEnvTestFilterType::Type FilterType,
    bool bScore,
    bool bExpected
)

Filter and score an item - used by tests working on bool values (can be called multiple times for single item when processing contexts with multiple entries)

Public function

void

 

SetScore

(
    EEnvTestPurpose::Type TestPurpose,
    EEnvTestFilterType::Type FilterType,
    float Score,
    float FilterMin,
    float FilterMax
)

Filter and score an item - used by tests working on float values (can be called multiple times for single item when processing contexts with multiple entries) NOTE: The Score is the raw score, before clamping, normalizing, and multiplying by weight.

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