コード例 #1
0
 public void CopyPoseFromSkeletalComponent(USkeletalMeshComponent inComponentToCopy)
 => E_UPoseableMeshComponent_CopyPoseFromSkeletalComponent(this, inComponentToCopy);
コード例 #2
0
ファイル: USkeletalMeshSocket.cs プロジェクト: ycllz/UnrealCS
/// <summary>Sets BoneName, RelativeLocation and RelativeRotation based on closest bone to WorldLocation and WorldNormal</summary>
        public void InitializeSocketFromLocation(USkeletalMeshComponent SkelComp, FVector WorldLocation, FVector WorldNormal)
        {
            CheckIsValid();
            InitializeSocketFromLocation(_this.Get(), SkelComp, ref WorldLocation, ref WorldNormal);
        }
コード例 #3
0
 public extern void CopyPoseFromSkeletalComponent(USkeletalMeshComponent InComponentToCopy);
コード例 #4
0
 public extern FVector GetSocketLocation(USkeletalMeshComponent SkelComp);
コード例 #5
0
 /// <summary>Sets BoneName, RelativeLocation and RelativeRotation based on closest bone to WorldLocation and WorldNormal</summary>
 public extern void InitializeSocketFromLocation(USkeletalMeshComponent SkelComp, FVector WorldLocation, FVector WorldNormal);
コード例 #6
0
 /// <summary>Sets the skeletal mesh we are driving through physical animation. Will erase any existing physical animation data.</summary>
 public void SetSkeletalMeshComponent(USkeletalMeshComponent InSkeletalMeshComponent)
 {
     CheckIsValid();
     SetSkeletalMeshComponent(_this.Get(), InSkeletalMeshComponent);
 }
コード例 #7
0
 public void CopyPoseFromSkeletalComponent(USkeletalMeshComponent InComponentToCopy)
 {
     CheckIsValid();
     CopyPoseFromSkeletalComponent(_this.Get(), InComponentToCopy);
 }
コード例 #8
0
 /// <summary>Sets the skeletal mesh we are driving through physical animation. Will erase any existing physical animation data.</summary>
 public extern void SetSkeletalMeshComponent(USkeletalMeshComponent InSkeletalMeshComponent);