IDO.Enable

IDO.Enable

#Overview

name: IDO.Enable

This variable is created as a Console Variable (cvar).

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/InstanceDataObjectUtils.cpp:124

Scope (from outer to inner):

file
namespace    UE

Source code excerpt:

	bool bEnableIDOSupport = false;
	FAutoConsoleVariableRef EnableIDOSupportCVar(
		TEXT("IDO.Enable"),
		bEnableIDOSupport,
		TEXT("Allows property bags and IDOs to be created for supported classes.")
	);

	bool IsInstanceDataObjectSupportEnabled(UObject* InObject)
	{