UnrealLua: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
: '''UObject''' | : '''UObject''' | ||
:: IsValid | :: IsValid |
Revision as of 16:25, 19 November 2019
- UObject
- IsValid
- GetClassName
- GetName
- UActorComponent
- USceneComponent
- SetMobility
- SetHiddenInGame
- SetRelativeLocation
- SetRelativeRotation
- SetRelativeScale3D
- GetRelativeLocation
- GetRelativeRotation
- GetRelativeScale3D
- UPrimitiveComponent
- SetPhysicsAngularVelocityInDegrees
- SetPhysicsLinearVelocity
- 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
- ReleaseTexture
- UTexture2D
- LoadFromAsset
- LoadFromFile
- 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