UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
RecastAssert.h File Reference
#include "CoreMinimal.h"
#include <assert.h>

Go to the source code of this file.

Macros

#define rcAssert(x)   { assert(x); CA_ASSUME(x); } (void)0
 

Macro Definition Documentation

◆ rcAssert

#define rcAssert (   x)    { assert(x); CA_ASSUME(x); } (void)0