Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

static void AwaitAnySpaceBeginLoading(CavrnusSpaceBeginLoadingOnBeginLoadingCavrnusSpaceBeginLoading OnBeginLoading);

Delegates TypesDelegate Options:

typedef TFunction<void(const FString&)> CavrnusSpaceBeginLoading;

- Declaration (Blueprints)

...

;

...

Delegates Types:

DECLARE_DYNAMIC_DELEGATE_OneParam(FCavrnusSpaceBeginLoading, FString, SpaceIdBeingLoaded);

...