UnrealLua: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
:::: '''UPrimitiveComponent''' | :::: '''UPrimitiveComponent''' | ||
:::::: GetNumMaterials | :::::: GetNumMaterials | ||
:::::: SetMaterial | |||
:::::: GetMaterial | |||
:::::: CreateDynamicMaterialInstance | :::::: CreateDynamicMaterialInstance | ||
:::::: '''UMeshComponent''' | :::::: '''UMeshComponent''' | ||
::::::: SetFloatParameterOnMaterials | ::::::: SetFloatParameterOnMaterials | ||
::::::: SetColorParameterOnMaterials | ::::::: SetColorParameterOnMaterials |
Revision as of 12:37, 15 November 2019
- UObject
- IsValid
- GetClassName
- GetName
- UActorComponent
- USceneComponent
- SetRelativeLocation
- SetRelativeRotation
- SetRelativeScale3D
- GetRelativeLocation
- GetRelativeRotation
- GetRelativeScale3D
- UPrimitiveComponent
- GetNumMaterials
- SetMaterial
- GetMaterial
- CreateDynamicMaterialInstance
- UMeshComponent
- 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