UnrealLua: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
Line 39: | Line 39: | ||
::: '''UTexture2D''' | ::: '''UTexture2D''' | ||
:::: LoadFromAsset | :::: LoadFromAsset | ||
:::: LoadFromFile | |||
: '''FVector''' | : '''FVector''' |
Revision as of 22:50, 5 November 2019
- UObject
- IsValid
- GetClassName
- GetName
- UActorComponent
- USceneComponent
- SetRelativeLocation
- SetRelativeRotation
- SetRelativeScale3D
- GetRelativeLocation
- GetRelativeRotation
- GetRelativeScale3D
- UPrimitiveComponent
- GetNumMaterials
- CreateDynamicMaterialInstance
- UMeshComponent
- SetMaterial
- SetFloatParameterOnMaterials
- SetColorParameterOnMaterials
- USkinnedMeshComponent
- ShowMaterialSection
- USkeletalMeshComponent
- SetSkeletalMesh
- GetBoneMass
- UStaticMeshComponent
- SetStaticMesh
- USceneComponent
- UMaterialInterface
- LoadFromAsset
- UMaterialInstanceDynamic
- SetFloatParameter
- SetColorParameter
- SetTextureParameter
- USkeletalMesh
- LoadFromAsset
- UStaticMesh
- LoadFromAsset
- UTexture
- UTexture2D
- LoadFromAsset
- LoadFromFile
- UTexture2D
- FVector
- X
- Y
- Z
- Size
- SizeSquared
- GetAbs
- IsZero
- IsNearlyZero
- IsNormalized
- Normalize
- Projection
- RotateAngleAxis
- CosineAngle2D
- ProjectOnTo
- ProjectOnToNormal
- ToOrientationRotator
- Rotation
- CrossProduct
- DotProduct
- FRotator
- Pitch
- Yaw
- Roll
- IsZero
- IsNearlyZero
- Equals
- GetInverse
- GridSnap
- Euler
- RotateVector
- UnrotateVector
- Clamp
- GetNormalized
- GetDenormalized
- Normalize
- GetManhattanDistance
- FLinearColor
- R
- G
- B
- A
- MakeFromHSV8
- MakeRandomColor
- MakeFromColorTemperature
- LerpUsingHSV
- LinearRGBToHSV
- HSVToLinearRGB
- Desaturate
- GetLuminance
- IsAlmostBlack