|
Live Config
|
Static Public Member Functions | |
| static FLiveConfigPropertyDefinition | GetLiveConfigPropertyDefinition (FLiveConfigProperty Property) |
| template<typename T > | |
| static T | GetLiveConfigValue (FLiveConfigProperty Property) |
| static FName | GetPropertyName (const FLiveConfigProperty &Property) |
| static FLiveConfigProperty | MakeLiteralLiveConfigProperty (FLiveConfigProperty Property) |
| static FSlateColor | GetTagColor (FName InTag) |
|
static |
Get any live config value
| T | Property type |
| Property | Property to lookup in the config. Its type must match T |