Agrarsense
|
#include <AgrarsenseConsoleCommands.h>
Public Member Functions | |
UAgrarsenseConsoleCommands () | |
~UAgrarsenseConsoleCommands () | |
Private Member Functions | |
void | ToggleWorldRendering () |
void | ToggleInstancedRendering () |
void | SetInstancedActorsVisibilityEditor (bool Visible) |
void | SetInstacedTreesVisibilityEditor (bool Visible) |
Private Attributes | |
TArray< TUniquePtr< FAutoConsoleCommand > > | ConsoleCommands |
Definition at line 15 of file AgrarsenseConsoleCommands.h.
UAgrarsenseConsoleCommands::UAgrarsenseConsoleCommands | ( | ) |
Definition at line 23 of file AgrarsenseConsoleCommands.cpp.
References ConsoleCommands, SetInstacedTreesVisibilityEditor(), SetInstancedActorsVisibilityEditor(), ToggleInstancedRendering(), and ToggleWorldRendering().
UAgrarsenseConsoleCommands::~UAgrarsenseConsoleCommands | ( | ) |
Definition at line 67 of file AgrarsenseConsoleCommands.cpp.
References ConsoleCommands.
|
private |
Definition at line 124 of file AgrarsenseConsoleCommands.cpp.
References AInstancedActor::GetStaticMeshComponent().
Referenced by UAgrarsenseConsoleCommands().
|
private |
Definition at line 100 of file AgrarsenseConsoleCommands.cpp.
References AInstancedActor::GetStaticMeshComponent().
Referenced by UAgrarsenseConsoleCommands().
|
private |
Definition at line 84 of file AgrarsenseConsoleCommands.cpp.
References UAgrarsenseStatics::GetInstancedRenderer().
Referenced by UAgrarsenseConsoleCommands().
|
private |
Definition at line 76 of file AgrarsenseConsoleCommands.cpp.
Referenced by UAgrarsenseConsoleCommands().
|
private |
Definition at line 28 of file AgrarsenseConsoleCommands.h.
Referenced by UAgrarsenseConsoleCommands(), and ~UAgrarsenseConsoleCommands().