Navigation
API > API/Runtime > API/Runtime/Chaos
| |
|
| Name |
EManagedArrayType |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Experimental/Chaos/Public/GeometryCollection/ManagedArrayTypes.h |
| Include Path |
#include "GeometryCollection/ManagedArrayTypes.h" |
Syntax
enum EManagedArrayType
{
FNoneType,
FVectorType,
FIntVectorType,
FVector2DType,
FLinearColorType,
FInt32Type,
FBoolType,
FTransformType,
FStringType,
FFloatType,
FQuatType,
FBoneNodeType,
FMeshSectionType,
FBoxType,
FIntArrayType,
FGuidType,
FUInt8Type,
FVectorArrayPointerType,
FVectorArrayUniquePointerType,
FFImplicitObject3PointerType,
FFImplicitObject3UniquePointerType,
FFImplicitObject3SerializablePtrType,
FFBVHParticlesFloat3PointerType,
FFBVHParticlesFloat3UniquePointerType,
FTPBDRigidParticleHandle3fPtrType,
FTPBDGeometryCollectionParticleHandle3fPtrType,
FTGeometryParticle3fUniquePtrType,
FFImplicitObject3ThreadSafeSharedPointerType,
FFImplicitObject3SharedPointerType,
FTPBDRigidClusteredParticleHandle3fPtrType,
FFConvexUniquePtrType,
FVector2DArrayType,
FDoubleType,
FIntVector4Type,
FVector3dType,
FIntVector2Type,
FIntVector2ArrayType,
FInt32ArrayType,
FFloatArrayType,
FVector4fType,
FFVectorArrayType,
FTPBDRigidParticle3fUniquePtrType,
FFImplicitObjectRefCountedPtrType,
FFConvexRefCountedPtrType,
FTransform3fType,
FIntVector3ArrayType,
FVector4fArrayType,
FPMatrix33dType,
FPMatrix33dArrayType,
FFVector3fNestedArrayType,
FUintVector2Type,
FUObjectArrayType,
FLinearCurveType,
FNameType,
FSoftObjectPathType,
}
Values
| Name |
Remarks |
| FNoneType |
|
| FVectorType |
UsageGeneral purpose ManagedArrayCollection::ArrayType definition |
| FIntVectorType |
|
| FVector2DType |
|
| FLinearColorType |
|
| FInt32Type |
|
| FBoolType |
|
| FTransformType |
|
| FStringType |
|
| FFloatType |
|
| FQuatType |
|
| FBoneNodeType |
|
| FMeshSectionType |
|
| FBoxType |
|
| FIntArrayType |
|
| FGuidType |
|
| FUInt8Type |
|
| FVectorArrayPointerType |
|
| FVectorArrayUniquePointerType |
|
| FFImplicitObject3PointerType |
|
| FFImplicitObject3UniquePointerType |
|
| FFImplicitObject3SerializablePtrType |
|
| FFBVHParticlesFloat3PointerType |
|
| FFBVHParticlesFloat3UniquePointerType |
|
| FTPBDRigidParticleHandle3fPtrType |
|
| FTPBDGeometryCollectionParticleHandle3fPtrType |
|
| FTGeometryParticle3fUniquePtrType |
|
| FFImplicitObject3ThreadSafeSharedPointerType |
|
| FFImplicitObject3SharedPointerType |
|
| FTPBDRigidClusteredParticleHandle3fPtrType |
|
| FFConvexUniquePtrType |
|
| FVector2DArrayType |
|
| FDoubleType |
|
| FIntVector4Type |
|
| FVector3dType |
|
| FIntVector2Type |
|
| FIntVector2ArrayType |
|
| FInt32ArrayType |
|
| FFloatArrayType |
|
| FVector4fType |
|
| FFVectorArrayType |
|
| FTPBDRigidParticle3fUniquePtrType |
|
| FFImplicitObjectRefCountedPtrType |
|
| FFConvexRefCountedPtrType |
|
| FTransform3fType |
|
| FIntVector3ArrayType |
|
| FVector4fArrayType |
|
| FPMatrix33dType |
|
| FPMatrix33dArrayType |
|
| FFVector3fNestedArrayType |
|
| FUintVector2Type |
|
| FUObjectArrayType |
|
| FLinearCurveType |
|
| FNameType |
|
| FSoftObjectPathType |
|