Class Summary |
AdvKitCamera |
Camera that provides third person functionality for the "classic" third person view
Thanks a bunch to Psilocybe for this tutorial:
http://forums.epicgames.com/threads/726985-Tutorial-Third-Person-Game-with-GOW-camera
Note that I only use the basic functionality explained in the tutorial,
take a look to find out more!
2013 by FreetimeCoder
www.freetimestudio.net
|
AdvKitGameInfo |
Simple GameInfo to configure the Adventure Kit
2013 by FreetimeCoder
www.freetimestudio.net
|
AdvKitLeverTrigger |
A sample lever to be triggered by the Use() exec function.
Triggers have to be used in Kismet, otherwise Use() will not find it
2013 by FreetimeCoder
www.freetimestudio.net
|
AdvKitPawn |
Adventure Kit Pawn
The pawn mainly contains alot of variables to configure it behaviour
but also has some utility and overriden functions
2013 by FreetimeCoder
www.freetimestudio.net
|
AdvKitPhysicalMaterialProperty |
Property to determine what a surface is
The booleans are mutually exclusive, but nothing
should break in case multiple are set to true
2013 by FreetimeCoder
www.freetimestudio.net
|
AdvKitPlayerController |
Adventure Kit Player Controller
2013 by FreetimeCoder
www.freetimestudio.net
|
AdvKitPole |
Pole Actor used by AdvKitPawn to climb on
2013 by FreetimeCoder
www.freetimestudio.net
|
AdvKitSeqAct_ToggleBridge |
Kismet sequence to toggle spline actor bridges that can be
configured in AdvKitSplineActor under the Bridge category
2013 by FreetimeCoder
www.freetimestudio.net
|
AdvKitSplineActor |
The main extended Spline Actor used in the adventure kit
2013 by FreetimeCoder
www.freetimestudio.net
|
AdvKitSplineActorBalance |
Adventure Kit Balance Spline Actor
2013 by FreetimeCoder
www.freetimestudio.net
|
AdvKitSplineActorLedge |
Adventure Kit Ledge Spline Actor
2013 by FreetimeCoder
www.freetimestudio.net
|
AdvKitSplineActorTightSpace |
Adventure Kit Tight Space Spline Actor
2013 by FreetimeCoder
www.freetimestudio.net
|
AdvKitVolume |
Special volume to trigger NotifyPhysicsVolumeChange and look for
Balance- or TightSpace-Splines
2013 by FreetimeCoder
www.freetimestudio.net
|
AdvKitWaterVolume |
Works like a normal Water Volume, but has an extra variable to
configure water surface Z for the swimming state of the
AdvKitPlayerController and Camera
2013 by FreetimeCoder
www.freetimestudio.net
|