Choose your operating system:
Windows
macOS
Linux
Name |
Description |
|
---|---|---|
|
DisplayClusterTypesConverter |
Auxiliary class with different type conversion functions |
|
FDisplayClusterActorRef |
|
|
FDisplayClusterComponentRef |
|
|
FDisplayClusterSceneComponentRef |
Name | Description | ||
---|---|---|---|
|
constexpr si... |
DisplayClusterHelpers::array::array_size ( |
Helper for array size. |
|
T |
DisplayClusterHelpers::array::max ( |
Max element in array. |
|
size_t |
DisplayClusterHelpers::array::max_idx ( |
Max element's index in array. |
|
T |
DisplayClusterHelpers::array::min ( |
Min element in array. |
|
size_t |
DisplayClusterHelpers::array::min_idx ( |
Min element's index in array. |
|
DisplayClusterHelpers::filesystem::GetFullPathForConfig ( |
This helper function looks for a config file provided with relative path. |
|
|
DisplayClusterHelpers::filesystem::GetFullPathForConfigResource ( |
||
|
DisplayClusterHelpers::game::FindAllActors |
||
|
DisplayClusterHelpers::map::ExtractArrayFromString |
Extracts array from sting map value. |
|
|
DisplayClusterHelpers::map::ExtractMapFromString |
Extracts map from sting map value. |
|
|
TVal |
DisplayClusterHelpers::map::ExtractValue ( |
Extracts value from TMap |
|
DisplayClusterHelpers::map::ExtractValue ( |
Extracts value from TMap |
|
|
TReturn |
DisplayClusterHelpers::map::ExtractValueFromString ( |
Extracts value from TMap |
|
DisplayClusterHelpers::map::ExtractValueFromString ( |
Extracts value from TMap |
|
|
DisplayClusterHelpers::str::ArrayToStr |
Exports array data to a string Example: {item1, item2, item3, item4} => "item1,item2,item3,item4" |
|
|
DisplayClusterHelpers::str::BoolToStr |
||
|
DisplayClusterHelpers::str::ExtractArray |
Extracts array value either from a command line string or any other line that matches the same format Example: extracting array value of param2 "param1=value1 param2="a,b,c,d" param3=value3" => {a,b,c,d} |
|
|
DisplayClusterHelpers::str::ExtractMap |
Extracts map value either from a command line string or any other line that matches the same format Example: extracting map value of param2 "param1=value1 param2="a:1,b:7,c:22" param3=value3" => {{a,1},{b,7}{c,22}} |
|
|
DisplayClusterHelpers::str::ExtractValue |
Extracts value either from a command line string or any other line that matches the same format Example: extracting value of param2 "param1=value1 param2=value2 param3=value3" => value2 |
|
|
DisplayClusterHelpers::str::MapToStr |
Exports map data to a string Example: {{key1,val1},{key2,val2},{key3,val3}} => "key1=val1 key2=val2 key3=var3" |
|
|
DisplayClusterHelpers::str::StrToArray |
Parses string items separated by specified separator into array Example: item1, item2,item3 , item4 => {item1, item2, item3, item4} |
|
|
DisplayClusterHelpers::str::StrToMap |
Parses string of key-value pairs separated by specified separator into map Example: "key1=val1 key2=val2 key3=val3" => {{key1, val2}, {key2, val2}, {key3, val3}} |
|
|
DisplayClusterHelpers::str::TrimStringValue |
||
|
DisplayClusterHelpers::str::TrimStringValue |