Struct FRigVMFunction_MathDistanceToPlane : FRigVMFunction_MathVectorBase : FRigVMFunction_MathBase : FRigVMStruct Path C++ Link /Script/RigVM.RigVMFunction_MathDistanceToPlane 0x0070 (112 B) align 8 inherited 0x0008 /Script/RigVM 0x00x0070 Members 5 Show inherited members OffsetSizeNameTypeFlags0x00080x18PointFVector7 flags0x00200x18PlanePointFVector7 flags0x00380x18PlaneNormalFVector7 flags0x00500x18ClosestPointOnPlaneFVector7 flags0x00680x04SignedDistancefloat7 flags0x006C0x04unreflected bytes to end of FRigVMFunction_MathDistanceToPlane // /Script/RigVM.RigVMFunction_MathDistanceToPlane // size 0x0070 (112), inherited 0x0008, align 8 struct FRigVMFunction_MathDistanceToPlane : public FRigVMFunction_MathVectorBase { public: FVector Point; // 0x0008(0x18) Edit BlueprintVisible ZeroConstructor IsPlainOldData NoDestructor HasGetValueTypeHash NativeAccessSpecifierPublic FVector PlanePoint; // 0x0020(0x18) Edit BlueprintVisible ZeroConstructor IsPlainOldData NoDestructor HasGetValueTypeHash NativeAccessSpecifierPublic FVector PlaneNormal; // 0x0038(0x18) Edit BlueprintVisible ZeroConstructor IsPlainOldData NoDestructor HasGetValueTypeHash NativeAccessSpecifierPublic FVector ClosestPointOnPlane; // 0x0050(0x18) BlueprintVisible BlueprintReadOnly ZeroConstructor IsPlainOldData NoDestructor HasGetValueTypeHash NativeAccessSpecifierPublic float SignedDistance; // 0x0068(0x04) BlueprintVisible BlueprintReadOnly ZeroConstructor IsPlainOldData NoDestructor HasGetValueTypeHash NativeAccessSpecifierPublic uint8 pad_0[0x04]; // 0x006C(0x04) };