Navigation
API > API/Plugins > API/Plugins/Learning
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningRandom.h |
| Include | #include "LearningRandom.h" |
namespace UE
{
namespace Learning
{
namespace Random
{
void UE::Learning::Random::PlanarDirectionVelocity
(
FVector & OutDirection,
FVector & OutVelocity,
const uint32 State,
const float VelocityScale,
const FVector Axis0,
const FVector Axis1
)
}
}
}