Blueprint optimization

Inline Blueprint functions:

Give BP compiler hints on inlining functions. Look at KismetMathLibrary.h for details:

C++
// Conditionally inlined

#if KISMET_MATH_INLINE_ENABLED

#include "KismetMathLibrary.inl"

#endif

Last update: 2023-03-05
Created: 2019-05-16