Navigation
API > API/Plugins > API/Plugins/MoverExamples
Interface that can be implemented on an object supporting simple zipline traversal between 2 points, represented as Scene Components.
| Name | IZipline |
| Type | class |
| Header File | /Engine/Plugins/Experimental/MoverExamples/Source/MoverExamples/Public/CharacterVariants/Ziplining/ZiplineInterface.h |
| Include Path | #include "CharacterVariants/Ziplining/ZiplineInterface.h" |
Syntax
class IZipline
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
USceneComponent * GetEndComponent() |
CharacterVariants/Ziplining/ZiplineInterface.h |
|
|
USceneComponent * GetStartComponent() |
CharacterVariants/Ziplining/ZiplineInterface.h |
|