FQueryFastData::SetLength

Compiler complaining about divide by 0, but we are guarding against it.

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/ISpatialAcceleration.h

Include

#include "Chaos/ISpatialAcceleration.h"

Syntax

void SetLength
(
    const FReal InLength
)

Remarks

Compiler complaining about divide by 0, but we are guarding against it. Seems like it's trying to evaluate div independent of the guard?

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss