USplineMeshComponent::GetPhysicsTriMeshData

Interface for retrieving triangle mesh collision data from the implementing object

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

IInterface_CollisionDataProvider::GetPhysicsTriMeshData()

USplineMeshComponent::GetPhysicsTriMeshData()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/SplineMeshComponent.h

Include

#include "Components/SplineMeshComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/SplineMeshComponent.cpp

Syntax

virtual bool GetPhysicsTriMeshData
(
    struct FTriMeshCollisionData * CollisionData,
    bool InUseAllTriData
)

Remarks

Interface for retrieving triangle mesh collision data from the implementing object

Returns

true if successful, false if unable to successfully fill in data structure

Parameters

Parameter

Description

CollisionData

structure given by the caller to be filled with tri mesh collision data