|
| INTERACTIVETOOLSFRAMEWORK_API UMaterialInterface * | UE::GizmoRenderingUtil::GetDefaultGizmoComponentMaterial (const FLinearColor &Color, UObject *Outer=nullptr) |
| |
| UMaterialInterface * | UE::GizmoRenderingUtil::GetDefaultGizmoComponentMaterial (const FLinearColor &Color, const FDefaultGizmoMaterialExtraParams &Params, UObject *Outer=nullptr) |
| |
| INTERACTIVETOOLSFRAMEWORK_API UViewAdjustedStaticMeshGizmoComponent * | UE::GizmoRenderingUtil::CreateDefaultMaterialGizmoMeshComponent (UStaticMesh *Mesh, UGizmoViewContext *GizmoViewContext, UObject *OwnerComponentOrActor, const FLinearColor &Color, bool bAddHoverMaterial=true) |
| |
| INTERACTIVETOOLSFRAMEWORK_API UViewAdjustedStaticMeshGizmoComponent * | UE::GizmoRenderingUtil::CreateDefaultMaterialGizmoMeshComponent (UStaticMesh *Mesh, UInteractiveGizmoManager *GizmoManager, UObject *OwnerComponentOrActor, const FLinearColor &Color, bool bAddHoverMaterial=true) |
| |
| INTERACTIVETOOLSFRAMEWORK_API FLinearColor | UE::GizmoRenderingUtil::GetDefaultAxisColor (EAxis::Type Axis) |
| |
| INTERACTIVETOOLSFRAMEWORK_API float | UE::GizmoRenderingUtil::CalculateLocalPixelToWorldScale (const FSceneView *View, const FVector &Location, const double InDPIScale=1.0) |
| |
| INTERACTIVETOOLSFRAMEWORK_API float | UE::GizmoRenderingUtil::CalculateLocalPixelToWorldScale (const UE::GizmoRenderingUtil::ISceneViewInterface *View, const FVector &Location, const bool bInWithDPIScale=false, const TOptional< double > &InDPIScale=TOptional< double >()) |
| |
| INTERACTIVETOOLSFRAMEWORK_API float | UE::GizmoRenderingUtil::CalculateViewDependentScaleAndFlatten (const UE::GizmoRenderingUtil::ISceneViewInterface *View, const FVector &Location, const float Scale, FVector &OutWorldFlattenScale) |
| |
| INTERACTIVETOOLSFRAMEWORK_API float | UE::GizmoRenderingUtil::CalculateViewDependentScaleAndFlatten (const FSceneView *View, const FVector &Location, const float Scale, FVector &OutWorldFlattenScale) |
| |
| INTERACTIVETOOLSFRAMEWORK_API float | GizmoRenderingUtil::CalculateLocalPixelToWorldScale (const FSceneView *View, const FVector &Location) |
| |
| INTERACTIVETOOLSFRAMEWORK_API float | GizmoRenderingUtil::CalculateLocalPixelToWorldScale (const UGizmoViewContext *ViewContext, const FVector &Location) |
| |
| INTERACTIVETOOLSFRAMEWORK_API float | GizmoRenderingUtil::CalculateViewDependentScaleAndFlatten (const FSceneView *View, const FVector &Location, const float Scale, FVector &OutWorldFlattenScale) |
| |