Versions Compared

Key

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

- Declaration

static FCavrnusBinding BindGlobalPolicy(FString Policy, FCavrnusPolicyUpdated OnPolicyUpdated);

...

DECLARE_DYNAMIC_DELEGATE_TwoParams(FCavrnusPolicyUpdated, FString, Policy, bool, IsAllowed);

- Description

Binds an event to throw when a policy is/isn't allowed for the user.

...

If you wish to resolve a Policy based on the user’s role inside a space, use BindSpacePolicy.

- Blueprint Sample

- Code Sample

Code Block
TODO: WRITE