Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/TransformSources.h |
| Include | #include "BaseGizmos/TransformSources.h" |
Syntax
struct FSeparateScaleProvider
Remarks
FSeparateScaleProvider provides TFunction-implementable API that sets/gets a Scaling Vector from an external source.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TFunction< FVector(void)> | GetScale | ||
| TFunction< void(FVector)> | SetScale |