Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
DrawDebugLine_Params Struct Reference

#include <ModParamStructs.h>

+ Collaboration diagram for DrawDebugLine_Params:

Public Member Functions

 DrawDebugLine_Params ()
 
 DrawDebugLine_Params (const FVector &Start, const FVector &End, const FLinearColor &Color, const int &Duration)
 

Public Attributes

FVector Start
 
FVector End
 
FLinearColor Color
 
int Duration
 

Detailed Description

Definition at line 18 of file ModParamStructs.h.

Constructor & Destructor Documentation

◆ DrawDebugLine_Params() [1/2]

DrawDebugLine_Params::DrawDebugLine_Params ( )
inline

Definition at line 26 of file ModParamStructs.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ DrawDebugLine_Params() [2/2]

DrawDebugLine_Params::DrawDebugLine_Params ( const FVector & Start,
const FVector & End,
const FLinearColor & Color,
const int & Duration )
inline

Definition at line 34 of file ModParamStructs.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ Color

FLinearColor DrawDebugLine_Params::Color

Definition at line 23 of file ModParamStructs.h.

◆ Duration

int DrawDebugLine_Params::Duration

Definition at line 24 of file ModParamStructs.h.

◆ End

FVector DrawDebugLine_Params::End

Definition at line 22 of file ModParamStructs.h.

◆ Start

FVector DrawDebugLine_Params::Start

Definition at line 21 of file ModParamStructs.h.


The documentation for this struct was generated from the following file: