Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

GFxUI.GFxAction_CloseMovie

Extends
SequenceAction
Modifiers
native ( UISequence )

Copyright : (c) 2006-2007 Scaleform Corp. All Rights Reserved. Portions of the integration code is from Epic Games as identified by Perforce annotations. Copyright 2010 Epic Games, Inc. All rights reserved. Licensees may use this file in accordance with the valid Scaleform Commercial License Agreement provided with the software. This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR ANY PURPOSE.

Core.Object
|   
+-- Engine.SequenceObject
   |   
   +-- Engine.SequenceOp
      |   
      +-- Engine.SequenceAction
         |   
         +-- GFxUI.GFxAction_CloseMovie

Variables Summary
GFxMoviePlayerMovie
GFxAction_CloseMovie
boolbUnload
Inherited Variables from Engine.SequenceAction
bCallHandler, HandlerName, Targets
Inherited Variables from Engine.SequenceOp
ActivateCount, bActive, bAutoActivateOutputLinks, bHaveMovingInputConnector, bHaveMovingOutputConnector, bHaveMovingVarConnector, bLatentExecution, bPendingInputConnectorRecalc, bPendingOutputConnectorRecalc, bPendingVarConnectorRecalc, EventLinks, GamepadID, InputLinks, OutputLinks, PlayerIndex, SearchTag, VariableLinks

Structures Summary
Inherited Structures from Engine.SequenceOp
SeqEventLink, SeqOpInputLink, SeqOpOutputInputLink, SeqOpOutputLink, SeqVarLink

Functions Summary
eventbool IsValidLevelSequenceObject ()))
Inherited Functions from Engine.SequenceOp
Activated, ActivateNamedOutputLink, ActivateOutputLink, Deactivated, ForceActivateInput, ForceActivateOutput, GetBoolVars, GetController, GetInterpDataVars, GetLinkedObjects, GetObjectVars, GetPawn, HasLinkedOps, LinkedVariables, PopulateLinkedVariableValues, PublishLinkedVariableValues, Reset, VersionUpdated


Variables Detail

Movie Source code

var GFxMoviePlayer Movie;

GFxAction_CloseMovie

bUnload Source code

var(GFxAction_CloseMovie) bool bUnload;


Functions Detail

IsValidLevelSequenceObject Source code

event bool IsValidLevelSequenceObject ( ) )


Defaultproperties

defaultproperties
{
    bUnload=TRUE

	ObjName="Close GFx Movie"
	ObjCategory="GFx UI"

    VariableLinks.Empty
	VariableLinks(0)=(ExpectedType=class'SeqVar_Object',LinkDesc="Movie Player",bWriteable=false)
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: ti 22-3-2011 19:56:50.175 - Created with UnCodeX