Class PoseAsset
- Pose Asset that can be blended by weight of curves
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.Engine
Assembly: UE4DotNet.dll
Syntax
public class PoseAsset : AnimationAsset
Properties
| Improve this Doc View SourcebAdditivePose
Declaration
public bool bAdditivePose { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
BasePoseIndex
if -1, use ref pose
Declaration
public int BasePoseIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DefaultObject
Get UE4 Default Object for this Class
Declaration
public static PoseAsset DefaultObject { get; }
Property Value
Type | Description |
---|---|
PoseAsset |
PoseContainer
Animation Pose Data
Declaration
public PoseDataContainer PoseContainer { get; set; }
Property Value
Type | Description |
---|---|
PoseDataContainer |
RetargetSource
Base pose to use when retargeting
Declaration
public Name RetargetSource { get; set; }
Property Value
Type | Description |
---|---|
Name |
SourceAnimation
Source Animation
Declaration
public AnimSequence SourceAnimation { get; set; }
Property Value
Type | Description |
---|---|
AnimSequence |
StaticClass
Get UE4 Class
Declaration
public static Class StaticClass { get; }
Property Value
Type | Description |
---|---|
Class |
Methods
| Improve this Doc View SourceNew(UObject, Name)
Spawn an object of this class
Declaration
public static PoseAsset New(UObject obj = null, Name name = default(Name))
Parameters
Type | Name | Description |
---|---|---|
UObject | obj | |
Name | name |
Returns
Type | Description |
---|---|
PoseAsset |
Operators
| Improve this Doc View SourceImplicit(IntPtr to PoseAsset)
Convert from IntPtr to UObject
Declaration
public static implicit operator PoseAsset(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | p |
Returns
Type | Description |
---|---|
PoseAsset |