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

#include <Change.h>

+ Collaboration diagram for FCompoundChangeInput:

Public Member Functions

 FCompoundChangeInput ()
 
 FCompoundChangeInput (FCompoundChangeInput &&RHS)
 

Public Attributes

TArray< TUniquePtr< FChange > > Subchanges
 

Private Member Functions

 FCompoundChangeInput (const FCompoundChangeInput &)=delete
 
FCompoundChangeInputoperator= (const FCompoundChangeInput &)=delete
 

Detailed Description

Definition at line 142 of file Change.h.

Constructor & Destructor Documentation

◆ FCompoundChangeInput() [1/3]

FCompoundChangeInput::FCompoundChangeInput ( )
inline

Definition at line 144 of file Change.h.

◆ FCompoundChangeInput() [2/3]

FCompoundChangeInput::FCompoundChangeInput ( FCompoundChangeInput && RHS)
inlineexplicit

Definition at line 148 of file Change.h.

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

◆ FCompoundChangeInput() [3/3]

FCompoundChangeInput::FCompoundChangeInput ( const FCompoundChangeInput & )
privatedelete

Member Function Documentation

◆ operator=()

FCompoundChangeInput & FCompoundChangeInput::operator= ( const FCompoundChangeInput & )
privatedelete

Member Data Documentation

◆ Subchanges

TArray<TUniquePtr<FChange> > FCompoundChangeInput::Subchanges

Ordered list of changes that comprise everything needed to describe this change

Definition at line 154 of file Change.h.


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