Navigation
API > API/Plugins > API/Plugins/TweeningUtilsEditor
| |
|
| Name |
UTweeningToolsUserSettings |
| Type |
class |
| Header File |
/Engine/Plugins/Animation/TweeningUtils/Source/TweeningUtilsEditor/Public/TweeningToolsUserSettings.h |
| Include Path |
#include "TweeningToolsUserSettings.h" |
Syntax
UCLASS (MinimalAPI, Config=EditorPerProjectUserSettings)
class UTweeningToolsUserSettings : public UObject
Inheritance Hierarchy
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| PreferredTweenFunction |
TMap< FName, FString > |
Associates features with the preferred function in that feature. |
TweeningToolsUserSettings.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
const FString * GetPreferredTweenFunction
(
FName InFeatureKey
) const
|
Gets the preferred tween function for the given feature, if there is any. |
TweeningToolsUserSettings.h |
|
void SetPreferredTweenFunction
(
FName InFeatureKey,
FString InNewPreferredFunction
)
|
Sets the preferred tween function for the given feature. |
TweeningToolsUserSettings.h |
|
Static