Navigation
API > API/Plugins > API/Plugins/LearningAgents
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- ULearningAgentsHelper
- URayCastHelper
References
| Module | LearningAgents |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsHelpers.h |
| Include | #include "LearningAgentsHelpers.h" |
Syntax
UCLASS&40;&41;
class URayCastHelper : public ULearningAgentsHelper
Remarks
A helper for performing various kinds of ray cast.
Functions
| Type | Name | Description | |
|---|---|---|---|
| URayCastHelper * | AddRayCastHelper
(
ULearningAgentsManagerComponent* InManagerComponent, |
Adds a new ray cast helper to the given manager component. | |
| void | RayCastGridHeights
(
TArray< float >& OutHeights, |
Samples a grid of heights from above. | |
| void | RayCastRadial
(
TArray< float >& OutDistances, |
Casts rays out in a radius from a given position. |