UEnvQueryTest_Dot::GatherLineDirections

Helper function: gather directions from proper contexts

Windows
MacOS
Linux

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/EnvironmentQuery/Tests/EnvQueryTest_Dot.h

Include

#include "EnvironmentQuery/Tests/EnvQueryTest_Dot.h"

Source

/Engine/Source/Runtime/AIModule/Private/EnvironmentQuery/Tests/EnvQueryTest_Dot.cpp

Syntax

void GatherLineDirections
(
    TArray< FVector > & Directions,
    FEnvQueryInstance & QueryInstance,
    TSubclassOf< UEnvQueryContext > LineFrom,
    TSubclassOf< UEnvQueryContext > LineTo,
    TSubclassOf< UEnvQueryContext > LineDirection,
    bool bUseDirectionContext,
    const FVector & ItemLocation,
    const FRotator & ItemRotation
) const

Remarks

Helper function: gather directions from proper contexts

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss