Ark Server API (ASA) - Wiki
|
#include <ExtensionsDeclaration.h>
Public Member Functions | |
FVector | GetActorForwardVector () |
Returns the forward direction vector (length 1.0) from the actor's point of view. | |
bool | IsA (UClass *SomeBase) |
Returns if the actor is from SomeBase or a subclass of SomeBase. | |
FVector | GetLocation () |
Returns the actor's location in world space. | |
Definition at line 7 of file ExtensionsDeclaration.h.
FORCEINLINE FVector ActorExtensions::GetActorForwardVector | ( | ) |
Returns the forward direction vector (length 1.0) from the actor's point of view.
Definition at line 7 of file ExtensionsDefinition.h.
FORCEINLINE FVector ActorExtensions::GetLocation | ( | ) |
Returns the actor's location in world space.
Definition at line 24 of file ExtensionsDefinition.h.
FORCEINLINE bool ActorExtensions::IsA | ( | UClass * | SomeBase | ) |
Returns if the actor is from SomeBase or a subclass of SomeBase.
SomeBase | The base class to check against. |
Definition at line 19 of file ExtensionsDefinition.h.