Break Hit Result has no faceindex

Hi,

it is accidental or WAD that the blueprint method Break Hit Results has no face index property?
it does exist in the FHitResult structure from C++ part, but the breaker method hasnt…


UFUNCTION(BlueprintPure, Category = "Collision", meta=(NativeBreakFunc))
static void BreakHitResult(const struct FHitResult& Hit, FVector& Location, FVector& Normal, FVector& ImpactPoint, FVector& ImpactNormal, class UPhysicalMaterial*& PhysMat, class AActor*& HitActor, class UPrimitiveComponent*& HitComponent, FName& HitBoneName);


thanks
Gabor

though it isnt such a huge problem, as seems Im able to create a custom getfaceindex method using UBlueprintFunctionLibrary :slight_smile:

I created a blueprint function to it
but it is -1 for every hit… :frowning:
I tried both with Single Line Trace with Channel and Single Line Trace for Objects, same result.