UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FSeparateScaleProvider Struct Reference

#include <TransformSources.h>

Public Attributes

TFunction< FVector(void)> GetScale = []() { return FVector::OneVector; }
 
TFunction< void(FVector)> SetScale = [](FVector) {}
 

Detailed Description

FSeparateScaleProvider provides TFunction-implementable API that sets/gets a Scaling Vector from an external source.

Member Data Documentation

◆ GetScale

TFunction<FVector(void)> FSeparateScaleProvider::GetScale = []() { return FVector::OneVector; }

◆ SetScale

TFunction<void(FVector)> FSeparateScaleProvider::SetScale = [](FVector) {}

The documentation for this struct was generated from the following file: