GETALL
GETALL
#Overview
name: GETALL
This variable is created as a Console Variable (cvar).
- type: Exec
- help: Sorry: Exec commands have no help
It is referenced in 1 C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/CoreUObject/Private/UObject/Obj.cpp:4336
Scope (from outer to inner):
file
function     bool StaticExec
Source code excerpt:
		return true;
	}
	else if (FParse::Command(&Str, TEXT("GETALL")))
	{
		// iterate through all objects of the specified type and return the value of the specified property for each object
		TCHAR ClassName[256], PropertyName[256];
		UClass* Class;
		FProperty* Property;