UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Chaos::FPhysicsObjectFactory Class Reference

#include <PhysicsObjectInternal.h>

Static Public Member Functions

static FPhysicsObjectUniquePtr CreatePhysicsObject (IPhysicsProxyBase *InProxy, int32 InBodyIndex=INDEX_NONE, const FName &InBodyName=NAME_None)
 

Detailed Description

This class helps us limit the creation of the FPhysicsObject to only internal use cases. Realistically, only the physics proxies should be creating physics objects.

Member Function Documentation

◆ CreatePhysicsObject()

FPhysicsObjectUniquePtr Chaos::FPhysicsObjectFactory::CreatePhysicsObject ( IPhysicsProxyBase InProxy,
int32  InBodyIndex = INDEX_NONE,
const FName InBodyName = NAME_None 
)
static

The documentation for this class was generated from the following files: