Show / Hide Table of Contents

Delegate GameModeBase.GetDefaultPawnClassForController_delegate

Namespace: UE4.Engine
Assembly: UE4DotNet.dll
Syntax
public delegate SubclassOf<UObject> GetDefaultPawnClassForController_delegate(Controller InController, SubclassOf<UObject> ReturnValue);
Parameters
Type Name Description
Controller InController
SubclassOf<UObject> ReturnValue
Returns
Type Description
SubclassOf<UObject>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX