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 (Config=EditorPerProjectUserSettings)
class UTweeningToolsUserSettings : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UTweeningToolsUserSettings
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 |
Gets the preferred tween function for the given feature, if there is any. | TweeningToolsUserSettings.h | |
void SetPreferredTweenFunction
(
FName InFeatureKey, |
Sets the preferred tween function for the given feature. | TweeningToolsUserSettings.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UTweeningToolsUserSettings * Get() |
TweeningToolsUserSettings.h |