Navigation
API > API/Runtime > API/Runtime/DataflowSimulation > API/Runtime/DataflowSimulation/IDataflowGeometryCachable
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FVector3f > GetGeometryCachePositions
(
const USkeletalMesh* SkeletalMesh |
Computes skeletal mesh positions for geometry cache | Dataflow/Interfaces/DataflowInterfaceGeometryCachable.h | |
TArray< FVector3f > GetGeometryCachePositions
(
const UStaticMesh* StaticMesh |
Computes static mesh positions for geometry cache | Dataflow/Interfaces/DataflowInterfaceGeometryCachable.h |
GetGeometryCachePositions(const USkeletalMesh *)
Description
Computes skeletal mesh positions for geometry cache
| Name | GetGeometryCachePositions |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Simulation/Public/Dataflow/Interfaces/DataflowInterfaceGeometryCachable.h |
| Include Path | #include "Dataflow/Interfaces/DataflowInterfaceGeometryCachable.h" |
TArray < FVector3f > GetGeometryCachePositions
(
const USkeletalMesh * SkeletalMesh
) const
GetGeometryCachePositions(const UStaticMesh *)
Description
Computes static mesh positions for geometry cache
| Name | GetGeometryCachePositions |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Simulation/Public/Dataflow/Interfaces/DataflowInterfaceGeometryCachable.h |
| Include Path | #include "Dataflow/Interfaces/DataflowInterfaceGeometryCachable.h" |
TArray < FVector3f > GetGeometryCachePositions
(
const UStaticMesh * StaticMesh
) const