Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FPerSolverFieldSystem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TArray< FVector > & GetSamplePositions () |
Get the non const array of sample positions | PhysicsProxy/PerSolverFieldSystem.h | |
TArray< FVector > & GetSamplePositions () |
Get the const array of sample positions | PhysicsProxy/PerSolverFieldSystem.h |
GetSamplePositions()
Description
Get the non const array of sample positions
| Name | GetSamplePositions |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/PhysicsProxy/PerSolverFieldSystem.h |
| Include Path | #include "PhysicsProxy/PerSolverFieldSystem.h" |
const TArray < FVector > & GetSamplePositions() const
GetSamplePositions()
Description
Get the const array of sample positions
| Name | GetSamplePositions |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/PhysicsProxy/PerSolverFieldSystem.h |
| Include Path | #include "PhysicsProxy/PerSolverFieldSystem.h" |
TArray < FVector > & GetSamplePositions()