The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

Difference between revisions of "UE3:FindUnreferencedFunctionsCommandlet (UDK)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Talk)
 
m (1 revision: class descriptions for UDK January update (part 2))
 
(No difference)

Latest revision as of 05:39, 17 January 2010

UDK Object >> Commandlet >> FindUnreferencedFunctionsCommandlet
Package: 
UnrealEd

This commandlet generates a list of functions which aren't referenced by any code in the game. This commandlet does not call the event "Main".

Copyright 1998-2009 Epic Games, Inc. All Rights Reserved

Properties[edit]

Serializer[edit]

Type: ByteCodeSerializer

Modifiers: transient, const

Worker class which processes compiled bytecode.