![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TransformSources.h>
Public Attributes | |
| TFunction< FVector(void)> | GetScale = []() { return FVector::OneVector; } |
| TFunction< void(FVector)> | SetScale = [](FVector) {} |
FSeparateScaleProvider provides TFunction-implementable API that sets/gets a Scaling Vector from an external source.
| TFunction<FVector(void)> FSeparateScaleProvider::GetScale = []() { return FVector::OneVector; } |